mirror of
https://github.com/DanWin/mail-hosting.git
synced 2024-11-21 15:10:25 +00:00
Auto-create common folders - Fixes #16
This commit is contained in:
parent
caabe0c525
commit
1dfaf11b6a
1 changed files with 3 additions and 0 deletions
|
@ -161,17 +161,20 @@ dict {
|
||||||
namespace inbox {
|
namespace inbox {
|
||||||
inbox = yes
|
inbox = yes
|
||||||
mailbox Drafts {
|
mailbox Drafts {
|
||||||
|
auto = subscribe
|
||||||
special_use = \Drafts
|
special_use = \Drafts
|
||||||
}
|
}
|
||||||
mailbox Junk {
|
mailbox Junk {
|
||||||
special_use = \Junk
|
special_use = \Junk
|
||||||
}
|
}
|
||||||
mailbox Trash {
|
mailbox Trash {
|
||||||
|
auto = subscribe
|
||||||
special_use = \Trash
|
special_use = \Trash
|
||||||
autoexpunge = 30d
|
autoexpunge = 30d
|
||||||
}
|
}
|
||||||
|
|
||||||
mailbox Sent {
|
mailbox Sent {
|
||||||
|
auto = subscribe
|
||||||
special_use = \Sent
|
special_use = \Sent
|
||||||
}
|
}
|
||||||
mailbox "Sent Messages" {
|
mailbox "Sent Messages" {
|
||||||
|
|
Loading…
Reference in a new issue