From 90836eff5bade473547ecb8062fa1e93ef6a7d34 Mon Sep 17 00:00:00 2001 From: Michael Kroes Date: Tue, 27 Oct 2015 02:20:00 -0400 Subject: [PATCH] For a new user create the archive folder --- conf/dovecot-mailboxes.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf/dovecot-mailboxes.conf b/conf/dovecot-mailboxes.conf index 1ba5b9a..481d7f4 100644 --- a/conf/dovecot-mailboxes.conf +++ b/conf/dovecot-mailboxes.conf @@ -41,6 +41,10 @@ namespace inbox { special_use = \Trash auto = subscribe } + mailbox Archive { + special_use = \Archive + auto = subscribe + } # dovevot's standard mailboxes configuration file marks two sent folders # with the \Sent attribute, just in case clients don't agree about which