projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92dd1eb
)
Don't show collapsed mailboxes by default in simplehtml renderer
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 28 Sep 2010 17:58:08 +0000
(11:58 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 30 Sep 2010 17:47:23 +0000
(11:47 -0600)
imp/lib/Imap/Tree.php
patch
|
blob
|
history
diff --git
a/imp/lib/Imap/Tree.php
b/imp/lib/Imap/Tree.php
index
9ad3fb7
..
5413948
100644
(file)
--- a/
imp/lib/Imap/Tree.php
+++ b/
imp/lib/Imap/Tree.php
@@
-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;
}