Skip to content

Commit 8d10df8

Browse files
committed
config/namespace: Fix mail_index_path for mixed mbox/maildir example
1 parent f09544f commit 8d10df8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/config/namespaces.md

+1-1
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)