thomascube
2010-11-24 f5e5eed330ed12e472d57bd497531dd0f2cf6938
Add check to other cases, too

1 files modified
2 ■■■ changed files
program/include/rcube_imap.php 2 ●●● patch | view | raw | blame | history
program/include/rcube_imap.php
@@ -3245,7 +3245,7 @@
            if (is_array($this->namespace['other'])) {
                foreach ($this->namespace['other'] as $ns) {
                    foreach ((array)$ns as $root) {
                        if (strpos($mbox_name, $root[0]) === 0) {
                        if ($root[0] && strpos($mbox_name, $root[0]) === 0) {
                            return $mbox_name;
                        }
                    }