disable server sort/thread option
[squirrelmail.git] / src / search.php
index aa7ff0b367f70d0ca978f17c09f2384c9c117a6e..f6fb1f2a18f10e3f096edbd3ea0aecd66dcf7fda 100644 (file)
@@ -1013,8 +1013,8 @@ $aMailboxGlobalPref = array(
  * system wide admin settings and incoming vars.
  */
 $aConfig = array(
-                'allow_thread_sort' => $allow_thread_sort,
-                'allow_server_sort' => $allow_server_sort,
+//                'allow_thread_sort' => $allow_thread_sort,
+//                'allow_server_sort' => $allow_server_sort,
                 'user'              => $username,
                 'setindex'          => 1
                 );