From: simond Date: Tue, 19 Feb 2002 12:58:04 +0000 (+0000) Subject: Fix conf.pl (reported by Marc Groot Koerkamp X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=6517cfd03d2894b3c8ada86bea194a9128f85b7b;p=squirrelmail.git Fix conf.pl (reported by Marc Groot Koerkamp git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2475 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/config/conf.pl b/config/conf.pl index 8abe5d39..e4348494 100755 --- a/config/conf.pl +++ b/config/conf.pl @@ -272,6 +272,9 @@ if ( !$hide_sm_attributions ) { if ( !$default_use_mdn ) { $default_use_mdn = "true"; } +if ( !$delete_folder ) { + $delete_folder = "false"; +} if ( !$frame_top ) { $frame_top = "_top"; } @@ -1119,7 +1122,7 @@ sub command24b { print "can specify the default sent folder in option 4. If this is set\n"; print "to false, messages will get sent and no copy will be made.\n"; print "\n"; - print "Trash folder is currently: $sent_folder\n"; + print "Sent folder is currently: $sent_folder\n"; print "\n"; if ( lc($default_move_to_sent) eq "true" ) {