Maildir configuration

left|right.backend.type (required)

[accounts.example]
left.backend.type = "maildir"

left|right.backend.root-dir (required)

The Maildir root directory.

The path should point to the root level of the Maildir directory (the one containing the cur, new and tmp folders). Path is shell-expanded, which means environment variables and tilde ~ are replaced by their values.

[accounts.example]
right.backend.type = "maildir"
right.backend.root-dir = "~/.Mail/example"