Enabled default mailboxes

This commit is contained in:
b.waal
2019-10-15 10:18:57 +02:00
parent 8dc4ecef99
commit 50b39bda6b

View File

@@ -47,6 +47,7 @@ namespace inbox {
# These mailboxes are widely used and could perhaps be created automatically: # These mailboxes are widely used and could perhaps be created automatically:
mailbox Drafts { mailbox Drafts {
special_use = \Drafts special_use = \Drafts
auto = subscribe
} }
mailbox Spam { mailbox Spam {
special_use = \Junk special_use = \Junk
@@ -54,15 +55,18 @@ namespace inbox {
} }
mailbox Junk { mailbox Junk {
special_use = \Junk special_use = \Junk
auto = subscribe
} }
mailbox Trash { mailbox Trash {
special_use = \Trash special_use = \Trash
auto = subscribe
} }
# For \Sent mailboxes there are two widely used names. We'll mark both of # For \Sent mailboxes there are two widely used names. We'll mark both of
# them as \Sent. User typically deletes one of them if duplicates are created. # them as \Sent. User typically deletes one of them if duplicates are created.
mailbox Sent { mailbox Sent {
special_use = \Sent special_use = \Sent
auto = subscribe
} }
mailbox "Sent Messages" { mailbox "Sent Messages" {
special_use = \Sent special_use = \Sent