Maildir configuration

maildir.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.

Note: with the Maildir backend, the folder.alias option can contain path to other Maildir folders. For example, if your inbox is located at /my/maildir and your sent folder at /my/maildir/sent, then you can set up this kind of alias:

maildir.root-dir = "/my/maildir"

folder.alias.inbox = "/my/maildir"
folder.alias.sent = "/my/maildir/sent"