Notmuch configuration

To activate this backend, you need to:

  1. Compile neverest from sources with the notmuch feature enabled:
$ cargo install --features notmuch neverest
  1. Have the libnotmuch available on your system.

left|right.backend.type (required)

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

left|right.backend.database-path

The path to the Notmuch database.

The path should point to the root directory containing the Notmuch database (usually the root Maildir directory). Path is shell-expanded, which means environment variables and tilde ~ are replaced by their values. Defaults to the default Notmuch database location if omitted.

left|right.backend.maildir-path

Override the default path to the Maildir folder.

Path is shell-expanded, which means environment variables and tilde ~ are replaced by their values. Defaults to database_path if omitted.

left|right.backend.config-path

Override the default Notmuch configuration file path.

Path is shell-expanded, which means environment variables and tilde ~ are replaced by their values.

left|right.backend.profile

Override the default Notmuch profile name.