diff options
-rw-r--r-- | etc/dovecot/conf.d/15-mailboxes.conf | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/etc/dovecot/conf.d/15-mailboxes.conf b/etc/dovecot/conf.d/15-mailboxes.conf index 409c791c..39e44737 100644 --- a/etc/dovecot/conf.d/15-mailboxes.conf +++ b/etc/dovecot/conf.d/15-mailboxes.conf @@ -54,14 +54,13 @@ namespace inbox { mailbox Junk { special_use = \Junk auto = subscribe - # https://doc.dovecot.org/configuration_manual/namespace/#core_setting-namespace/mailbox/autoexpunge - # https://github.com/LukeSmithxyz/emailwiz/blob/558c4de108a472eca70abca20888de2981ff17ca/emailwiz.sh#L259 - autoexpunge = 40d } mailbox Trash { special_use = \Trash auto = subscribe - autoexpunge = 40d + # https://doc.dovecot.org/configuration_manual/namespace/#core_setting-namespace/mailbox/autoexpunge + # https://github.com/LukeSmithxyz/emailwiz/blob/558c4de108a472eca70abca20888de2981ff17ca/emailwiz.sh#L259 + autoexpunge = 10d } # For \Sent mailboxes there are two widely used names. We'll mark both of |