summaryrefslogtreecommitdiff
path: root/roundcubemail/config
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-06-05 16:24:10 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-06-05 16:24:10 +0000
commit44025ecabc5a735cd18ba5a33ccc0df83fe62eef (patch)
treecd9bf4ced75ddb4a05887c276b731cfa0ee51496 /roundcubemail/config
parent5a563a36538ce1282316b18c20e21aeb3212d1ab (diff)
- add 'Deleted' to search filter
git-svn-id: https://svn.roundcube.net/trunk@2616 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/config')
-rw-r--r--roundcubemail/config/main.inc.php.dist5
1 files changed, 2 insertions, 3 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist
index d7c27b0c3..29f6e12fc 100644
--- a/roundcubemail/config/main.inc.php.dist
+++ b/roundcubemail/config/main.inc.php.dist
@@ -413,9 +413,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;
-// When a Trash folder is not present and a message is deleted, flag
-// the message for deletion rather than deleting it immediately. Setting this to
-// false causes deleted messages to be permanantly removed if there is no Trash folder
+// Set to TRUE to newer 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)