add $no_list_for_subscribe configure option to turn off generation of
[squirrelmail.git] / config / config_default.php
index 656c9ddfccb6204dcfbe0501a1f84b8cfb2ce348..a5ae959a7265f7784c5c37062a36b112a8f57dc2 100644 (file)
@@ -500,6 +500,14 @@ $allow_server_sort = false;
 global $noselect_fix_enable;
 $noselect_fix_enable = false;
 
+/**
+ * this disables listing all of the folders on the IMAP Server to
+ * generate the folder subscribe listbox (this can take a long time
+ * when you have a lot of folders).  Instead, a textbox will be
+ * displayed allowing users to enter a specific folder name to subscribe to */
+global $no_list_for_subscribe;
+$no_list_for_subscribe = false;
+
 /**
  * Make sure there are no characters after the PHP closing
  * tag below (including newline characters and whitespace).