mirror of
https://github.com/DanWin/mail-hosting.git
synced 2024-11-21 07:00: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 {
|
||||
inbox = yes
|
||||
mailbox Drafts {
|
||||
auto = subscribe
|
||||
special_use = \Drafts
|
||||
}
|
||||
mailbox Junk {
|
||||
special_use = \Junk
|
||||
}
|
||||
mailbox Trash {
|
||||
auto = subscribe
|
||||
special_use = \Trash
|
||||
autoexpunge = 30d
|
||||
}
|
||||
|
||||
mailbox Sent {
|
||||
auto = subscribe
|
||||
special_use = \Sent
|
||||
}
|
||||
mailbox "Sent Messages" {
|
||||
|
|
Loading…
Reference in a new issue