projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
418645e
)
fix typo that was causing tasklists not to show up in the move to dialog on the mailb...
author
Chuck Hagenbuch
<chuck@horde.org>
Tue, 20 Jan 2009 01:30:06 +0000
(20:30 -0500)
committer
Chuck Hagenbuch
<chuck@horde.org>
Tue, 20 Jan 2009 01:30:06 +0000
(20:30 -0500)
imp/mailbox.php
patch
|
blob
|
history
diff --git
a/imp/mailbox.php
b/imp/mailbox.php
index
46591b9
..
55a784e
100644
(file)
--- 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_tasklist
s
' => true, 'inc_notepads' => true));
}
/* Build the list of messages in the mailbox. */