Made SquirrelMail display \Noselect nodes in Cyrus also made it
[squirrelmail.git] / src / folders.php
index 5abf8b26ad2516859c9eed8d1ee671cbe2c2933a..63562be77a7ff94c4625bbbce056d24ab57b22c8 100644 (file)
@@ -183,6 +183,7 @@ if ($count_special_folders < count($boxes)) {
             ($boxes[$i]['unformatted'] != $trash_folder) &&
             ($boxes[$i]['unformatted'] != $sent_folder) &&
             ($boxes[$i]['unformatted'] != $draft_folder) &&
+            (!in_array('noselect', $boxes[$i]['flags'])) &&
             ((strtolower($imap_server_type) != 'courier') ||
              (strtolower($boxes[$i]['unformatted']) != 'inbox.trash'))) {
             $box = $boxes[$i]['unformatted-dm'];