Don't show collapsed mailboxes by default in simplehtml renderer
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 28 Sep 2010 17:58:08 +0000 (11:58 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 30 Sep 2010 17:47:23 +0000 (11:47 -0600)
imp/lib/Imap/Tree.php

index 9ad3fb7..5413948 100644 (file)
@@ -1515,7 +1515,7 @@ class IMP_Imap_Tree implements ArrayAccess, Iterator, Serializable
                 break;
 
             case 'Simplehtml':
-                $is_open = true;
+                $is_open = $val->is_open;
                 $label = htmlspecialchars(Horde_String::abbreviate($val->label, 30 - ($val->level * 2)));
                 break;
             }