diff --git a/conf/dovecot-mailboxes.conf b/conf/dovecot-mailboxes.conf index 58e2efed..e0f3e673 100644 --- a/conf/dovecot-mailboxes.conf +++ b/conf/dovecot-mailboxes.conf @@ -54,6 +54,9 @@ namespace inbox { # with the \Sent attribute, just in case clients don't agree about which # they're using. We'll keep that, plus add Junk as an alterative for Spam. # These are not auto-created. + mailbox "Archives" { + special_use = \Archive + } mailbox "Sent Messages" { special_use = \Sent }