From e39391321ca247dbaca141b949008971022d2a60 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 17 Aug 2010 00:55:00 -0600 Subject: [PATCH] Fix display of container elements in search folder tree. --- imp/search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imp/search.php b/imp/search.php index db8fc2fd5..808e90a39 100644 --- 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')) { -- 2.11.0