From 50b39bda6b54e0ccef20f1021d90d88b46da2e6f Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Tue, 15 Oct 2019 10:18:57 +0200 Subject: [PATCH] Enabled default mailboxes --- config/dovecot/15-mailboxes.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/dovecot/15-mailboxes.conf b/config/dovecot/15-mailboxes.conf index 245023c..0811d12 100644 --- a/config/dovecot/15-mailboxes.conf +++ b/config/dovecot/15-mailboxes.conf @@ -47,6 +47,7 @@ namespace inbox { # These mailboxes are widely used and could perhaps be created automatically: mailbox Drafts { special_use = \Drafts + auto = subscribe } mailbox Spam { special_use = \Junk @@ -54,15 +55,18 @@ namespace inbox { } mailbox Junk { special_use = \Junk + auto = subscribe } mailbox Trash { special_use = \Trash + auto = subscribe } # For \Sent mailboxes there are two widely used names. We'll mark both of # them as \Sent. User typically deletes one of them if duplicates are created. mailbox Sent { special_use = \Sent + auto = subscribe } mailbox "Sent Messages" { special_use = \Sent