Skip to content

Commit 2aecda0

Browse files
sirainencmouse
authored andcommitted
config/namespace: Fix mail_index_path for mixed mbox/maildir example
1 parent 8ebb458 commit 2aecda0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/config/namespaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ namespace {
206206
prefix = "#mbox/"
207207
mail_driver = mbox
208208
mail_path = ~/mail
209-
mail_index_path = /var/mail/%{user}
209+
mail_inbox_path = /var/mail/%{user}
210210
inbox = yes
211211
hidden = yes
212212
list = no

0 commit comments

Comments
 (0)