Merge pull request #581 from yodax/default-archive-folder

For a new user create the archive folder
This commit is contained in:
Joshua Tauberer 2015-10-27 08:15:50 -04:00
commit 5d158c524d
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -56,7 +56,7 @@ tools/editconf.py /etc/dovecot/conf.d/10-mail.conf \
mail_privileged_group=mail \
first_valid_uid=0
# Create, subscribe, and mark as special folders: INBOX, Drafts, Sent, Trash, and Spam.
# Create, subscribe, and mark as special folders: INBOX, Drafts, Sent, Trash, Spam and Archive.
cp conf/dovecot-mailboxes.conf /etc/dovecot/conf.d/15-mailboxes.conf
# ### IMAP/POP