Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2021-08-29 12:06:04 +0300
committerAleksander Machniak <alec@alec.pl>2021-08-29 12:06:04 +0300
commitd7338a42033be12185614dc799c19aabeb00df4d (patch)
tree3f63cc21d150840030a496a71b4f5c16849a85bb /config
parentcb37d14c5c50129e993937bb612159a0978af1c9 (diff)
Add option to purge deleted mails older than 30, 60 or 90 days (#5493)
Diffstat (limited to 'config')
-rw-r--r--config/defaults.inc.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/defaults.inc.php b/config/defaults.inc.php
index 044f38399..b5a1dc7fe 100644
--- a/config/defaults.inc.php
+++ b/config/defaults.inc.php
@@ -1317,7 +1317,8 @@ $config['layout'] = 'widescreen';
// Set to -1 if messages should not be marked as read
$config['mail_read_time'] = 0;
-// Clear Trash on logout
+// Clear Trash on logout. Remove all messages or only older than N days.
+// Supported values: false, true, 30, 60, 90. Default: false.
$config['logout_purge'] = false;
// Compact INBOX on logout