projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6849e62
)
Fix renaming mailboxes
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 7 Sep 2010 03:44:01 +0000
(21:44 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 7 Sep 2010 03:44:01 +0000
(21:44 -0600)
imp/lib/Folder.php
patch
|
blob
|
history
diff --git
a/imp/lib/Folder.php
b/imp/lib/Folder.php
index
bd12755
..
05d60d2
100644
(file)
--- a/
imp/lib/Folder.php
+++ b/
imp/lib/Folder.php
@@
-219,7
+219,7
@@
class IMP_Folder
$inserted = array($new);
$imaptree = $GLOBALS['injector']->getInstance('IMP_Imap_Tree');
- $imaptree->setIteratorFilter(IMP_Imap_Tree::FLIST_NOCONTAINER | IMP_Imap_Tree::FLIST_UNSUB, $old);
+ $imaptree->setIteratorFilter(IMP_Imap_Tree::FLIST_NOCONTAINER | IMP_Imap_Tree::FLIST_UNSUB
| IMP_Imap_Tree::FLIST_NOBASE
, $old);
/* Get list of any folders that are underneath this one. */
$all_folders = array_merge(array($old), array_keys(iterator_to_array($imaptree)));