From c0e35832ae7bfb1e5ab64ad011542d803927e8f4 Mon Sep 17 00:00:00 2001 From: till <till@php.net> Date: Mon, 26 May 2008 06:16:21 -0400 Subject: [PATCH] set delete_always to false --- config/main.inc.php.dist | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 8cb2112..c58f010 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -338,7 +338,7 @@ * 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 ?> -- Gitblit v1.9.1