AERC-NOTMUCH(5) | File Formats Manual | AERC-NOTMUCH(5) |
aerc-notmuch - notmuch configuration for aerc(1)
aerc supports using the notmuch email system as a backend, for fast indexing and searching.
For this to be enabled, aerc needs to be build with notmuch support. Refer to the installation instructions for details.
Notmuch accounts currently are not supported with the :new-account command and must be added manually.
In accounts.conf (see aerc-accounts(5)), the following notmuch-specific options are available:
check-mail-cmd = <command>
Example:
check-mail-timeout = <duration>
Default: 10s
source = notmuch://<path>
The path portion of the URL following notmuch:// must be either an absolute path prefixed by / or a path relative to your home directory prefixed with ~. For example:
source = notmuch://~/mail
query-map = <file>
Multiple entries can be specified, one per line. Lines starting with # are ignored and serve as comments.
e.g. inbox=tag:inbox and not tag:archived
exclude-tags = <tag1,tag2,tag3...>
This can for example be useful if you use an archive or spam tag.
maildir-store = <path>
Notmuch shows slightly different behavior than for example imap. Some commands are slightly different in semantics and mentioned below:
cf <notmuch query>
filter <notmuch query>
Originally created by Drew DeVault <sir@cmpwn.com> and maintained by Robin Jarry <robin@jarry.cc> who is assisted by other open source contributors. For more information about aerc development, see https://sr.ht/~rjarry/aerc/.
2023-04-23 |