projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a01630d
)
Bug #8468: When appending namespaces, search for empty namespace.
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 5 Aug 2009 03:52:36 +0000
(21:52 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 5 Aug 2009 03:52:36 +0000
(21:52 -0600)
imp/lib/Imap.php
patch
|
blob
|
history
diff --git
a/imp/lib/Imap.php
b/imp/lib/Imap.php
index
f85d6dc
..
3411e0f
100644
(file)
--- a/
imp/lib/Imap.php
+++ b/
imp/lib/Imap.php
@@
-399,7
+399,7
@@
class IMP_Imap
*/
static public function appendNamespace($mbox)
{
- $ns_info = $this->getNamespace($mbox
, false
);
+ $ns_info = $this->getNamespace($mbox);
if (is_null($ns_info)) {
$ns_info = $this->defaultNamespace();
}