From 2d5e8de454b77d4a94b2f900a2790c037ada8b43 Mon Sep 17 00:00:00 2001 From: till Date: Mon, 26 May 2008 10:16:21 +0000 Subject: set delete_always to false git-svn-id: https://svn.roundcube.net/trunk@1425 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/config/main.inc.php.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist index 8cb21129c..c58f010d2 100644 --- a/roundcubemail/config/main.inc.php.dist +++ b/roundcubemail/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