diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-07-08 16:19:25 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-07-08 16:19:25 +0000 |
| commit | 59e18a2ae8585889445d90675e27bca85b5caa50 (patch) | |
| tree | 8fae2d9dc1aecea8a5f6173b4f95f23ae0f53650 | |
| parent | 36904e7362956e4068d6064d06b512999187c045 (diff) | |
- Fix typo in comment
git-svn-id: https://svn.roundcube.net/trunk@4921 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/config/main.inc.php.dist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist index 71c238069..4a0a9296e 100644 --- a/roundcubemail/config/main.inc.php.dist +++ b/roundcubemail/config/main.inc.php.dist @@ -643,8 +643,8 @@ $rcmail_config['skip_deleted'] = false; // False means that a message's read status is not affected by marking it as deleted $rcmail_config['read_when_deleted'] = true; -// Set to true to newer delete messages immediately -// Use 'Purge' to remove messages marked as deleted +// Set to true to never delete messages immediately +// Use 'Purge' to remove messages marked as deleted $rcmail_config['flag_for_deletion'] = false; // Default interval for keep-alive/check-recent requests (in seconds) |
