Ignore:
Timestamp:
Nov 14, 2011 12:42:38 PM (19 months ago)
Author:
alec
Message:
  • Don't consider \Noselect flag when building folders tree (#1488004)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/include/main.inc

    r5422 r5423  
    12821282 
    12831283  if (!isset($arrFolders[$currentFolder])) { 
    1284     // Check \Noselect attribute (if attributes are in cache) 
    1285     if (!$virtual && ($attrs = $RCMAIL->imap->mailbox_attributes($path))) { 
    1286       $virtual = in_array('\\Noselect', $attrs); 
    1287     } 
    1288  
    12891284    $arrFolders[$currentFolder] = array( 
    12901285      'id' => $path, 
Note: See TracChangeset for help on using the changeset viewer.