Rollback
[squirrelmail.git] / config / config_default.php
index b4aceb6be000fe5f82aa3fc81c0ffa6c81236d3c..656c9ddfccb6204dcfbe0501a1f84b8cfb2ce348 100644 (file)
@@ -488,9 +488,18 @@ $allow_thread_sort = false;
  * Your IMAP server must support the SORT extension for this
  * to work.
  */
+
 global $allow_server_sort;
 $allow_server_sort = false;
 
+/**
+ * This enables the no select fix for Cyrus when subfolders
+ * exist but parent folders do not
+ */
+
+global $noselect_fix_enable;
+$noselect_fix_enable = false;
+
 /**
  * Make sure there are no characters after the PHP closing
  * tag below (including newline characters and whitespace).