We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56a54e1 commit 049e5c9Copy full SHA for 049e5c9
docs/core/config/namespaces.md
@@ -48,19 +48,19 @@ Using this setting will set these settings by default:
48
49
::: details Click to show settings
50
```[dovecot.conf]
51
- namespace inbox {
+ namespace inbox {
52
inbox = yes
53
mailbox Drafts {
54
- special_use = "\\Drafts"
+ special_use = \Drafts
55
}
56
mailbox Junk {
57
- special_use = "\\Junk"
+ special_use = \Junk
58
59
mailbox Sent {
60
- special_use = "\\Sent"
+ special_use = \Sent
61
62
mailbox Trash {
63
- special_use = "\\Trash"
+ special_use = \Trash
64
65
66
```
0 commit comments