Notmuch configuration

To activate this backend, you need to:

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

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

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

notmuch.config-path

Override the default Notmuch configuration file path.

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

notmuch.profile

Override the default Notmuch profile name.