From bb425d064bc9a9e3e320cc18f2c85489ee0693a3 Mon Sep 17 00:00:00 2001 From: stekkel Date: Fri, 16 Aug 2002 16:36:38 +0000 Subject: [PATCH] set uid_support to true so we can track down errors quicker if SM-1.3.0 is released. Maybe it's not very nice for the users but we only release devel to stabilize it quicker. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3336 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- config/conf.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/conf.pl b/config/conf.pl index 7bccee19..7b983e33 100755 --- a/config/conf.pl +++ b/config/conf.pl @@ -297,7 +297,7 @@ if ( !$allow_server_sort ) { $allow_server_sort = 'false'; } if ( !$uid_support ) { - $uid_support = 'false'; + $uid_support = 'true'; } if ( !$allow_charset_search ) { -- 2.25.1