summaryrefslogtreecommitdiff
path: root/roundcubemail/config
diff options
context:
space:
mode:
authortill <till@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-05-26 10:11:19 +0000
committertill <till@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-05-26 10:11:19 +0000
commit452dd520d520bc9ae7b463aca3a16c1e99ae4874 (patch)
treeca737e0ca3a2c6b7d427b30ecf7f2c505ec39a73 /roundcubemail/config
parentbabc4a5006325b38407d6f8ebab9e7bf186c0638 (diff)
fix to #1485083
git-svn-id: https://svn.roundcube.net/trunk@1424 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/config')
-rw-r--r--roundcubemail/config/main.inc.php.dist12
1 files changed, 12 insertions, 0 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist
index e8fbd2ff0..8cb21129c 100644
--- a/roundcubemail/config/main.inc.php.dist
+++ b/roundcubemail/config/main.inc.php.dist
@@ -328,5 +328,17 @@ $rcmail_config['logout_purge'] = FALSE;
// Compact INBOX on logout
$rcmail_config['logout_expunge'] = FALSE;
+/**
+ * 'Delete always'
+ * This setting reflects if mail should be always marked as deleted,
+ * even if moving to "Trash" fails. This is necessary in some setups
+ * because a) people may not have a Trash folder or b) they are over
+ * quota (and Trash is included in the quota).
+ *
+ * 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;
+
// end of config file
?>