From 69ea91ae04d55ffb19219f8fa59ed4b606cf8deb Mon Sep 17 00:00:00 2001 From: jmunro Date: Mon, 7 Oct 2002 00:23:25 +0000 Subject: [PATCH] make sure $no_list_for_subscribe gets set git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3783 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- config/conf.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/conf.pl b/config/conf.pl index 3eb7d45e..8de2196f 100755 --- a/config/conf.pl +++ b/config/conf.pl @@ -309,7 +309,9 @@ if ( !$allow_server_sort ) { if ( !$uid_support ) { $uid_support = 'true'; } - +if ( !$no_list_for_subscribe ) { + $no_list_for_subscribe = 'false'; +} if ( !$allow_charset_search ) { $allow_charset_search = 'true'; } -- 2.25.1