1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-21 03:02:09 +00:00

Add special folder Archives to map to Archive

This commit is contained in:
Michael Kroes 2015-11-01 02:26:00 -05:00
parent 720157e8a3
commit 3234dc2796

View File

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