From c0e35832ae7bfb1e5ab64ad011542d803927e8f4 Mon Sep 17 00:00:00 2001 From: till Date: Mon, 26 May 2008 10:16:21 +0000 Subject: set delete_always to false --- config/main.inc.php.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 8cb21129c..c58f010d2 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -338,7 +338,7 @@ $rcmail_config['logout_expunge'] = FALSE; * This is a failover setting for iil_C_Move when a message is moved * to the Trash, and not the same as "delete_right_away". */ -$rcmail_config['delete_always'] = true; +$rcmail_config['delete_always'] = false; // end of config file ?> -- cgit v1.2.3