documenting sorting options with @since tags
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 9 Feb 2006 19:00:15 +0000 (19:00 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 9 Feb 2006 19:00:15 +0000 (19:00 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10677 7612ce4b-ef26-0410-bec9-ea0150e637f0

config/config_default.php

index 13ad57979ea24a058561066abc9b65c7f3b905bd..6cd161050943937433c42e070d0a709bda1fad67 100644 (file)
@@ -581,21 +581,27 @@ $hide_auth_header = false;
 /**
  * Server Side Threading Control
  *
 /**
  * Server Side Threading Control
  *
- * If you want to disable server side thread sorting options
- * Your IMAP server must support the THREAD extension for
- * this to have any effect.
+ * Set it to true, if you want to disable server side thread 
+ * sorting options. Your IMAP server must support the THREAD 
+ * extension for this to have any effect.
+ * 
+ * Older SquirrelMail versions used $allow_thread_sort option.
  * @global bool $disable_thread_sort
  * @global bool $disable_thread_sort
+ * @since 1.5.1
  */
 $disable_thread_sort = false;
 
 /**
  * Server Side Sorting Control
  *
  */
 $disable_thread_sort = false;
 
 /**
  * Server Side Sorting Control
  *
- * If you want to disable server-side sorting and use SM client side sorting
- * instead (client side sorting can be slow).
- * Your IMAP server must support the SORT extension for this
- * to have any effect.
- * @global bool $allow_server_sort
+ * Set it to true, if you want to disable server side sorting 
+ * and use SM client side sorting instead (client side sorting 
+ * can be slow). Your IMAP server must support the SORT extension 
+ * for this to have any effect.
+ * 
+ * Older SquirrelMail versions used $allow_server_sort option.
+ * @global bool $disable_server_sort
+ * @since 1.5.1
  */
 $disable_server_sort = false;
 
  */
 $disable_server_sort = false;