Skip to content

Commit 56a54e1

Browse files
nauskisirainen
authored andcommitted
core/docs/core/config/namespaces.md: Add @mailbox_defaults
1 parent 4813c94 commit 56a54e1

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

docs/core/config/namespaces.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,30 @@ All visible namespaces must have the same separator.
4242

4343
Inside 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

4771
Each folder has a name. In configuration files and log files Dovecot almost

0 commit comments

Comments
 (0)