Changeset 2ce8e5d in github
- Timestamp:
- Aug 19, 2011 4:00:09 AM (21 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.7, release-0.8
- Children:
- dd6a47c
- Parents:
- 5850487
- File:
-
- 1 edited
-
program/include/rcube_imap.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_imap.php
r189a0ae r2ce8e5d 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.
