From 1dfaf11b6a6543183415c963d2f256163b882427 Mon Sep 17 00:00:00 2001 From: Daniel Winzen Date: Sat, 31 Aug 2024 13:13:33 +0200 Subject: [PATCH] Auto-create common folders - Fixes #16 --- etc/dovecot/dovecot.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/dovecot/dovecot.conf b/etc/dovecot/dovecot.conf index 775abc7..ef7afe5 100644 --- a/etc/dovecot/dovecot.conf +++ b/etc/dovecot/dovecot.conf @@ -161,17 +161,20 @@ dict { namespace inbox { inbox = yes mailbox Drafts { + auto = subscribe special_use = \Drafts } mailbox Junk { special_use = \Junk } mailbox Trash { + auto = subscribe special_use = \Trash autoexpunge = 30d } mailbox Sent { + auto = subscribe special_use = \Sent } mailbox "Sent Messages" {