Add special folder Archives to map to Archive
This commit is contained in:
parent
720157e8a3
commit
3234dc2796
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue