notmuch-config
access notmuch configuration file
- Provided by: notmuch (Version: 0.21-3ubuntu2)
- Report a bug
access notmuch configuration file
notmuch config get <section>.<item>
notmuch config set <section>.<item> [value ...]
notmuch config list
The config command can be used to get or set settings in the notmuch configuration file.
If no values are provided, the specified configuration item will be removed from the configuration file.
section.item=value
No additional whitespace surrounds the dot or equals sign characters. In a multiple-value item (a list), the values are separated by semicolon characters.
The available configuration items are described below.
Default: $MAILDIR variable if set, otherwise $HOME/mail.
Default: $NAME variable if set, otherwise read from /etc/passwd.
Default: $EMAIL variable if set, otherwise constructed from the username and hostname of the current machine.
Default: not set.
Default: unread;inbox.
Default: empty list.
Default: empty list. Note that notmuch-setup(1) puts deleted;spam here when creating new configuration file.
| Flag | Tag |
| D | draft |
| F | flagged |
| P | passed |
| R | replied |
| S | unread (added when 'S' flag is not present) |
The notmuch new command will notice flag changes in filenames and update tags, while the notmuch tag and notmuch restore commands will notice tag changes and update flags in filenames.
If there have been any changes in the maildir (new messages added, old ones removed or renamed, maildir flags changed, etc.), it is advisable to run notmuch new before notmuch tag or notmuch restore commands to ensure the tag changes are properly synchronized to the maildir flags, as the commands expect the database and maildir to be in sync.
Default: true.
crypto.gpg_path
Default: gpg.
The following environment variables can be used to control the behavior of notmuch.
notmuch(1), notmuch-count(1), notmuch-dump(1), notmuch-hooks(5), notmuch-insert(1), notmuch-new(1), notmuch-reply(1), notmuch-restore(1), notmuch-search(1), notmuch-search-terms(7), notmuch-show(1), notmuch-tag(1)
Carl Worth and many others
2009-2015, Carl Worth and many others