Skip to content

Commit 049e5c9

Browse files
nauskisirainen
authored andcommitted
core/docs/core/config/namespaces.md: Review feedback: Added indent, removed quotes
1 parent 56a54e1 commit 049e5c9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/core/config/namespaces.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,19 @@ Using this setting will set these settings by default:
4848

4949
::: details Click to show settings
5050
```[dovecot.conf]
51-
namespace inbox {
51+
namespace inbox {
5252
inbox = yes
5353
mailbox Drafts {
54-
special_use = "\\Drafts"
54+
special_use = \Drafts
5555
}
5656
mailbox Junk {
57-
special_use = "\\Junk"
57+
special_use = \Junk
5858
}
5959
mailbox Sent {
60-
special_use = "\\Sent"
60+
special_use = \Sent
6161
}
6262
mailbox Trash {
63-
special_use = "\\Trash"
63+
special_use = \Trash
6464
}
6565
}
6666
```

0 commit comments

Comments
 (0)