20 lines
396 B
Plaintext
20 lines
396 B
Plaintext
|
mail_location = maildir:/vmail/%d/%n:LAYOUT=fs
|
||
|
|
||
|
namespace inbox {
|
||
|
inbox = yes
|
||
|
|
||
|
# set these to autocreate or else thunderbird will complain
|
||
|
mailbox Trash {
|
||
|
auto = create
|
||
|
special_use = \Trash
|
||
|
}
|
||
|
mailbox Drafts {
|
||
|
auto = subscribe
|
||
|
special_use = \Drafts
|
||
|
}
|
||
|
mailbox Sent {
|
||
|
auto = subscribe # autocreate and autosubscribe the Sent mailbox
|
||
|
special_use = \Sent
|
||
|
}
|
||
|
}
|