From 3234dc2796649654a7001d1d1e3c452daf54a587 Mon Sep 17 00:00:00 2001 From: Michael Kroes Date: Sun, 1 Nov 2015 02:26:00 -0500 Subject: [PATCH] Add special folder Archives to map to Archive --- conf/dovecot-mailboxes.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/dovecot-mailboxes.conf b/conf/dovecot-mailboxes.conf index 481d7f42..9993fcfe 100644 --- a/conf/dovecot-mailboxes.conf +++ b/conf/dovecot-mailboxes.conf @@ -50,6 +50,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 }