X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=manpages%2Fnotmuch-config-1.mdwn;fp=manpages%2Fnotmuch-config-1.mdwn;h=67903aec124f0a65bb57e21ff3d89d3d6d769b89;hb=e4734d2e839d916a78d295c76eff880574c327db;hp=25d4ad0f0be158edcf0ef580681fab393e82cb72;hpb=87440cbc1d12fc3a860289b11d7b850b538dcf3d;p=notmuch-wiki diff --git a/manpages/notmuch-config-1.mdwn b/manpages/notmuch-config-1.mdwn index 25d4ad0..67903ae 100644 --- a/manpages/notmuch-config-1.mdwn +++ b/manpages/notmuch-config-1.mdwn @@ -48,19 +48,31 @@ within a sub-directory of the path configured here named .notmuch. + Default: $MAILDIR variable if set, otherwise $HOME/mail. + user.name Your full name. + Default: $NAME variable if set, otherwise read from + /etc/passwd. + user.primary_email Your primary email address. + Default: $EMAIL variable if set, otherwise constructed from + the username and hostname of the current machine. + user.other_email A list of other email addresses at which you receive email. + Default: not set. + new.tags A list of tags that will be added to all messages incorpo‐ rated by notmuch new. + Default: unread;inbox. + new.ignore A list of file and directory names, without path, that will not be searched for messages by notmuch new. All the files @@ -68,14 +80,19 @@ be ignored, regardless of the location in the mail store directory hierarchy. + Default: empty list. + search.exclude_tags A list of tags that will be excluded from search results by default. Using an excluded tag in a query will override that exclusion. + Default: empty list. Note that notmuch-setup(1) puts + deleted;spam here when creating new configuration file. + maildir.synchronize_flags - If true, then the following maildir flags (in message file‐ - names) will be synchronized with the corresponding notmuch + If true, then the following maildir flags (in message file‐ + names) will be synchronized with the corresponding notmuch tags: ┌─────┬────────────────────────────┐ @@ -89,21 +106,29 @@ ├─────┼────────────────────────────┤ │R │ replied │ ├─────┼────────────────────────────┤ - │S │ unread (added when 'S' │ + │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 file‐ + and update tags, while the notmuch tag and notmuch restore + commands will notice tag changes and update flags in file‐ names. - 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 + 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 + Name (or full path) of gpg binary to use in verification and + decryption of PGP/MIME messages. + + Default: gpg.

ENVIRONMENT

@@ -135,4 +160,4 @@ 2014, Carl Worth and many others -

0.19

+

0.20.1