program/include/rcube_imap.php | ●●●●● patch | view | raw | blame | history |
program/include/rcube_imap.php
@@ -3513,6 +3513,10 @@ */ function mailbox_info($mailbox) { if ($this->icache['options'] && $this->icache['options']['name'] == $mailbox) { return $this->icache['options']; } $acl = $this->get_capability('ACL'); $namespace = $this->get_namespace(); $options = array(); @@ -3574,6 +3578,8 @@ $options['norename'] = $options['is_root'] || $options['namespace'] != 'personal'; } $this->icache['options'] = $options; return $options; }