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
1 changed files with 3 additions and 0 deletions

View File

@ -50,6 +50,9 @@ namespace inbox {
# 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
# they're using. We'll keep that, plus add Junk as an alterative for Spam. # they're using. We'll keep that, plus add Junk as an alterative for Spam.
# These are not auto-created. # These are not auto-created.
mailbox "Archives" {
special_use = \Archive
}
mailbox "Sent Messages" { mailbox "Sent Messages" {
special_use = \Sent special_use = \Sent
} }