From: tokul Date: Thu, 9 Feb 2006 19:00:15 +0000 (+0000) Subject: documenting sorting options with @since tags X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e7650b35658fe35da9b2051aa31db5d398da5177;p=squirrelmail.git documenting sorting options with @since tags git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10677 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/config/config_default.php b/config/config_default.php index 13ad5797..6cd16105 100644 --- a/config/config_default.php +++ b/config/config_default.php @@ -581,21 +581,27 @@ $hide_auth_header = false; /** * 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 + * @since 1.5.1 */ $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;