From f1ce5163e5b91ab2efc0eb28eec7091be0144483 Mon Sep 17 00:00:00 2001 From: alecpl Date: Thu, 4 Mar 2010 15:34:32 +0000 Subject: - Fix inconsistent behaviour of 'delete_always' option (#1486299) --- config/main.inc.php.dist | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'config') diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 819153f76..6ab8b5281 100644 --- a/config/main.inc.php.dist +++ b/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; -- cgit v1.2.3