diff options
| author | till <till@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-05-26 10:16:21 +0000 |
|---|---|---|
| committer | till <till@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-05-26 10:16:21 +0000 |
| commit | 2d5e8de454b77d4a94b2f900a2790c037ada8b43 (patch) | |
| tree | 5ce67b2c6cc069952f1a25625937de757cf09de6 | |
| parent | 452dd520d520bc9ae7b463aca3a16c1e99ae4874 (diff) | |
set delete_always to false
git-svn-id: https://svn.roundcube.net/trunk@1425 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/config/main.inc.php.dist | 2 |
1 files changed, 1 insertions, 1 deletions
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 ?> |
