projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43ab26e
)
Fix display of container elements in search folder tree.
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 17 Aug 2010 06:55:00 +0000
(
00:55
-0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 17 Aug 2010 06:55:44 +0000
(
00:55
-0600)
imp/search.php
patch
|
blob
|
history
diff --git
a/imp/search.php
b/imp/search.php
index
db8fc2f
..
808e90a
100644
(file)
--- a/
imp/search.php
+++ b/
imp/search.php
@@
-91,7
+91,7
@@
if (!empty($criteria)) {
/* Generate master folder list. */
$imp_imap_tree = $injector->getInstance('IMP_Imap_Tree');
-$mask = IMP_Imap_Tree::FLIST_ELT;
+$mask = IMP_Imap_Tree::FLIST_
CONTAINER | IMP_Imap_Tree::FLIST_
ELT;
$subscribe = $prefs->getValue('subscribe');
if (!$subscribe || Horde_Util::getFormData('show_unsub')) {