fixed for changes to conf.pl.
[squirrelmail.git] / config / config_default.php
index 6a4322394026d8cf13eb4a01090cc0ba0b273f10..1311ea4a3147821cc3cc5538560f945ae56f7a80 100644 (file)
@@ -467,6 +467,24 @@ global $edit_identity, $edit_name;
 $edit_identity = true;
 $edit_name = true;
 
+
+/**
+ * If you want to enable server side thread sorting options
+ * Your IMAP server must support the THREAD extension for 
+ * this to work.
+ */
+
+global $allow_thread_sort;
+$allow_thread_sort = false;
+
+/** 
+ * to use server-side sorting instead of SM client side.
+ * Your IMAP server must support the SORT extension for this
+ * to work.
+ */
+global $allow_server_sort;
+$allow_server_sort = false;
+
 /**
  * Make sure there are no characters after the PHP closing
  * tag below (including newline characters and whitespace).