File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,30 @@ All visible namespaces must have the same separator.
4242
4343Inside each namespace there is a list of folders, which form a sub-hierarchy.
4444
45+ ::: info
46+ Enable default INBOX namespace and English language mailbox names with mailbox_special_use flags with [[ setting,@mailbox_defaults,english]]
47+ Using this setting will set these settings by default:
48+
49+ ::: details Click to show settings
50+ ``` [dovecot.conf]
51+ namespace inbox {
52+ inbox = yes
53+ mailbox Drafts {
54+ special_use = "\\Drafts"
55+ }
56+ mailbox Junk {
57+ special_use = "\\Junk"
58+ }
59+ mailbox Sent {
60+ special_use = "\\Sent"
61+ }
62+ mailbox Trash {
63+ special_use = "\\Trash"
64+ }
65+ }
66+ ```
67+ :::
68+
4569## Folder Names
4670
4771Each folder has a name. In configuration files and log files Dovecot almost
You can’t perform that action at this time.
0 commit comments