summaryrefslogtreecommitdiff
path: root/roundcubemail/config
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-03-04 15:34:32 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-03-04 15:34:32 +0000
commit0d417bd376ae45e59bb6c4689ae24875c1d5287e (patch)
tree0e249bea02ef8c9f23d2fa2b51a93ee19d653fd2 /roundcubemail/config
parent75c03a5831d80dff24982210b8c7dc1ab3804337 (diff)
- Fix inconsistent behaviour of 'delete_always' option (#1486299)
git-svn-id: https://svn.roundcube.net/trunk@3318 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/config')
-rw-r--r--roundcubemail/config/main.inc.php.dist10
1 files changed, 3 insertions, 7 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist
index 819153f76..6ab8b5281 100644
--- a/roundcubemail/config/main.inc.php.dist
+++ b/roundcubemail/config/main.inc.php.dist
@@ -361,13 +361,9 @@ $rcmail_config['log_logins'] = 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.
+ * This setting reflects if mail should be always deleted
+ * when moving to Trash fails. This is necessary in some setups
+ * when user is over quota and Trash is included in the quota.
*/
$rcmail_config['delete_always'] = false;