mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Changed Junk folder to be created and subscribed by default (#806)
This commit is contained in:
parent
f68befdbee
commit
f6404156f9
|
@ -21,6 +21,7 @@ namespace inbox {
|
||||||
special_use = \Drafts
|
special_use = \Drafts
|
||||||
}
|
}
|
||||||
mailbox Junk {
|
mailbox Junk {
|
||||||
|
auto = subscribe
|
||||||
special_use = \Junk
|
special_use = \Junk
|
||||||
}
|
}
|
||||||
mailbox Trash {
|
mailbox Trash {
|
||||||
|
|
Loading…
Reference in a new issue