summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authortill <till@php.net>2008-05-26 10:11:19 +0000
committertill <till@php.net>2008-05-26 10:11:19 +0000
commit3bfab3b99c5098e802b10a1d442c330af3524249 (patch)
treeed28ce2224d1565b68f627145647b89c3cb8c994 /config
parent027af30c7ce6d02a12beb9834ef408f1fe8f40ac (diff)
fix to #1485083
Diffstat (limited to 'config')
-rw-r--r--config/main.inc.php.dist12
1 files changed, 12 insertions, 0 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index e8fbd2ff0..8cb21129c 100644
--- a/config/main.inc.php.dist
+++ b/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
?>