Changeset 5095 in subversion
- Timestamp:
- Aug 19, 2011 4:00:09 AM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/rcube_imap.php
r5085 r5095 3514 3514 function mailbox_info($mailbox) 3515 3515 { 3516 if ($this->icache['options'] && $this->icache['options']['name'] == $mailbox) { 3517 return $this->icache['options']; 3518 } 3519 3516 3520 $acl = $this->get_capability('ACL'); 3517 3521 $namespace = $this->get_namespace(); … … 3574 3578 $options['norename'] = $options['is_root'] || $options['namespace'] != 'personal'; 3575 3579 } 3580 3581 $this->icache['options'] = $options; 3576 3582 3577 3583 return $options;
Note: See TracChangeset
for help on using the changeset viewer.
