Fix conf.pl (reported by Marc Groot Koerkamp
authorsimond <simond@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 19 Feb 2002 12:58:04 +0000 (12:58 +0000)
committersimond <simond@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 19 Feb 2002 12:58:04 +0000 (12:58 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2475 7612ce4b-ef26-0410-bec9-ea0150e637f0

config/conf.pl

index 8abe5d39e74a2cd079a23b3a754e8e2ffa87ca96..e43484941498f7aff841365a0c3023ace35e4d38 100755 (executable)
@@ -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" ) {