mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-11-22 02:17:26 +00:00
Merge pull request #581 from yodax/default-archive-folder
For a new user create the archive folder
This commit is contained in:
commit
5d158c524d
@ -41,6 +41,10 @@ namespace inbox {
|
|||||||
special_use = \Trash
|
special_use = \Trash
|
||||||
auto = subscribe
|
auto = subscribe
|
||||||
}
|
}
|
||||||
|
mailbox Archive {
|
||||||
|
special_use = \Archive
|
||||||
|
auto = subscribe
|
||||||
|
}
|
||||||
|
|
||||||
# dovevot's standard mailboxes configuration file marks two sent folders
|
# dovevot's standard mailboxes configuration file marks two sent folders
|
||||||
# with the \Sent attribute, just in case clients don't agree about which
|
# with the \Sent attribute, just in case clients don't agree about which
|
||||||
|
@ -56,7 +56,7 @@ tools/editconf.py /etc/dovecot/conf.d/10-mail.conf \
|
|||||||
mail_privileged_group=mail \
|
mail_privileged_group=mail \
|
||||||
first_valid_uid=0
|
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
|
cp conf/dovecot-mailboxes.conf /etc/dovecot/conf.d/15-mailboxes.conf
|
||||||
|
|
||||||
# ### IMAP/POP
|
# ### IMAP/POP
|
||||||
|
Loading…
Reference in New Issue
Block a user