From: Michael M Slusarz Date: Tue, 17 Aug 2010 06:55:00 +0000 (-0600) Subject: Fix display of container elements in search folder tree. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=e39391321ca247dbaca141b949008971022d2a60;p=horde.git Fix display of container elements in search folder tree. --- 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')) {