From d81811acb02d3754c4061e0cf3a6c86c9b851dd8 Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Mon, 19 Jan 2009 20:30:06 -0500 Subject: [PATCH] fix typo that was causing tasklists not to show up in the move to dialog on the mailbox page --- imp/mailbox.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imp/mailbox.php b/imp/mailbox.php index 46591b95f..55a784e95 100644 --- a/imp/mailbox.php +++ b/imp/mailbox.php @@ -246,7 +246,7 @@ if (!$readonly && $do_filter) { /* Generate folder options list. */ if ($conf['user']['allow_folders']) { - $folder_options = IMP::flistSelect(array('heading' => _("Messages to"), 'new_folder' => true, 'inc_tasklist' => true, 'inc_notepads' => true)); + $folder_options = IMP::flistSelect(array('heading' => _("Messages to"), 'new_folder' => true, 'inc_tasklists' => true, 'inc_notepads' => true)); } /* Build the list of messages in the mailbox. */ -- 2.11.0