56 lines
913 B
Plaintext
56 lines
913 B
Plaintext
namespace inbox {
|
|
type = private
|
|
separator = .
|
|
prefix =
|
|
inbox = yes
|
|
|
|
mailbox Drafts {
|
|
special_use = \Drafts
|
|
auto = subscribe
|
|
}
|
|
|
|
mailbox Junk {
|
|
special_use = \Junk # autocreate Junk, but don't autosubscribe
|
|
auto = create
|
|
}
|
|
|
|
mailbox spam {
|
|
special_use = \Junk
|
|
auto = no
|
|
}
|
|
|
|
mailbox Spam {
|
|
special_use = \Junk
|
|
auto = no
|
|
}
|
|
|
|
mailbox Trash {
|
|
special_use = \Trash
|
|
auto = subscribe
|
|
}
|
|
|
|
mailbox Sent {
|
|
special_use = \Sent
|
|
auto = subscribe
|
|
}
|
|
|
|
mailbox "Sent Messages" {
|
|
special_use = \Sent
|
|
auto = no
|
|
}
|
|
|
|
mailbox "Sent Items" {
|
|
special_use = \Sent
|
|
auto = no
|
|
}
|
|
|
|
mailbox Archive {
|
|
special_use = \Archive
|
|
auto = no
|
|
}
|
|
|
|
mailbox "Archives" {
|
|
special_use = \Archive
|
|
auto = no
|
|
}
|
|
} |