set uid_support to true so we can track down errors quicker if SM-1.3.0 is
authorstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 16 Aug 2002 16:36:38 +0000 (16:36 +0000)
committerstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 16 Aug 2002 16:36:38 +0000 (16:36 +0000)
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

index 7bccee19541b3aed2e6ca5fe3fa50c791add5359..7b983e33c1e34e68ce0460198d18eafb8256e0bc 100755 (executable)
@@ -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 ) {