projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
433520b
)
nits
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 25 Nov 2008 03:25:17 +0000
(20:25 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 25 Nov 2008 03:25:17 +0000
(20:25 -0700)
imp/lib/IMAP/Tree.php
patch
|
blob
|
history
diff --git
a/imp/lib/IMAP/Tree.php
b/imp/lib/IMAP/Tree.php
index
4f5da4b
..
9684e52
100644
(file)
--- a/
imp/lib/IMAP/Tree.php
+++ b/
imp/lib/IMAP/Tree.php
@@
-271,6
+271,7
@@
class IMP_IMAP_Tree
$this->SHARED_KEY = $this->SHARED_LABEL . '%';
$this->OTHER_LABEL = _("Other Users' Folders");
$this->OTHER_KEY = $this->OTHER_LABEL . '%';
+
$this->init();
}