diff options
author | till <till@php.net> | 2008-10-22 22:05:59 +0000 |
---|---|---|
committer | till <till@php.net> | 2008-10-22 22:05:59 +0000 |
commit | d1a8d0f4c21136c9adc7efa02e3a37772bea222f (patch) | |
tree | ad453aad0881e52e2dcf7d9410e4b4144be90ca4 /config/main.inc.php.dist | |
parent | 6210e86321101d525580ec4ef6718b3bae2c48c8 (diff) |
* removed (probably stale) reference to config option, #1485415
Diffstat (limited to 'config/main.inc.php.dist')
-rw-r--r-- | config/main.inc.php.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 6c5b98a1b..f6156c1b9 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -319,7 +319,7 @@ $rcmail_config['log_logins'] = false; * 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". + * to the Trash. */ $rcmail_config['delete_always'] = false; |