Changeset 3870bec in github for program/include/main.inc
- Timestamp:
- Oct 26, 2010 9:44:39 AM (3 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- acd9bdd
- Parents:
- 10a6fc58
- File:
-
- 1 edited
-
program/include/main.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/main.inc
ra5a4bf4 r3870bec 1357 1357 $path .= $currentFolder; 1358 1358 1359 // Check \Noselect option 1360 if (!$virtual) { 1361 $opts = $RCMAIL->imap->mailbox_options($path); 1359 // Check \Noselect option (if options are in cache) 1360 if (!$virtual && ($opts = $RCMAIL->imap->mailbox_options($path))) { 1362 1361 $virtual = in_array('\\Noselect', $opts); 1363 1362 }
Note: See TracChangeset
for help on using the changeset viewer.
