Changeset 3c5489b in github for program/include/rcube_imap.php
- Timestamp:
- May 21, 2012 3:25:51 AM (13 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo
- Children:
- 19cc5b9
- Parents:
- e95f13e
- File:
-
- 1 edited
-
program/include/rcube_imap.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_imap.php
r0af82c8 r3c5489b 2540 2540 } 2541 2541 2542 // #1486796: some server configurations doesn't 2543 // return folders in all namespaces, we'll try to detect that situation 2544 // and ask for these namespaces separately 2545 // @TODO: make this optional 2546 if ($root == '' && $name == '*') { 2542 // #1486796: some server configurations doesn't return folders in all namespaces 2543 if ($root == '' && $name == '*' && $config->get('imap_force_ns')) { 2547 2544 $this->list_folders_update($a_folders, ($list_extended ? 'ext-' : '') . 'subscribed'); 2548 2545 } … … 2674 2671 } 2675 2672 2676 // #1486796: some server configurations doesn't 2677 // return folders in all namespaces, we'll try to detect that situation 2678 // and ask for these namespaces separately 2679 // @TODO: make this optional 2680 if ($root == '' && $name == '*') { 2673 // #1486796: some server configurations doesn't return folders in all namespaces 2674 if ($root == '' && $name == '*' && $config->get('imap_force_ns')) { 2681 2675 $this->list_folders_update($result); 2682 2676 }
Note: See TracChangeset
for help on using the changeset viewer.
