alecpl
2010-10-29 7bdd3e22b56b17df7f15d2179f7918c9a5d15da1
program/include/main.inc
@@ -1356,9 +1356,8 @@
  $path .= $currentFolder;
  // Check \Noselect option
  if (!$virtual) {
    $opts = $RCMAIL->imap->mailbox_options($path);
  // Check \Noselect option (if options are in cache)
  if (!$virtual && ($opts = $RCMAIL->imap->mailbox_options($path))) {
    $virtual = in_array('\\Noselect', $opts);
  }