Changeset 3870bec in github for program/include/main.inc


Ignore:
Timestamp:
Oct 26, 2010 9:44:39 AM (3 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
acd9bdd
Parents:
10a6fc58
Message:
  • Add support for selection options from LIST-EXTENDED extension (RFC 5258)
  • Don't list subscribed but non-existent folders (#1486225)
  • Fix \Noselect handling performance (#1487082)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/include/main.inc

    ra5a4bf4 r3870bec  
    13571357  $path .= $currentFolder; 
    13581358 
    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))) { 
    13621361    $virtual = in_array('\\Noselect', $opts); 
    13631362  } 
Note: See TracChangeset for help on using the changeset viewer.