added a server-side sorting option. set gloablly in conf.pl
[squirrelmail.git] / config / config_default.php
index 2da4eaccd4332976b6737ccaaf09037a52e87c66..1311ea4a3147821cc3cc5538560f945ae56f7a80 100644 (file)
@@ -469,14 +469,22 @@ $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.
-*/
+ * 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).