program/include/rcube_imap_generic.php | ●●●●● patch | view | raw | blame | history |
program/include/rcube_imap_generic.php
@@ -415,7 +415,7 @@ return $result; } function namespace() function getNamespace() { if (isset($this->prefs['rootdir']) && is_string($this->prefs['rootdir'])) { $this->rootdir = $this->prefs['rootdir']; @@ -684,7 +684,7 @@ if ($this->prefs['force_caps']) { $this->clearCapability(); } $this->namespace(); $this->getNamespace(); $this->logged = true; return true; } else {