diff options
Diffstat (limited to '')
-rw-r--r-- | notmuch-config | 20 |
1 files changed, 3 insertions, 17 deletions
diff --git a/notmuch-config b/notmuch-config index 7a506e8..d8f8c6f 100644 --- a/notmuch-config +++ b/notmuch-config @@ -1,6 +1,6 @@ # .notmuch-config - Configuration file for the notmuch mail system # -# For more information about notmuch, see http://notmuchmail.org +# For more information about notmuch, see https://notmuchmail.org # Database configuration # @@ -12,7 +12,7 @@ # [database] -path=/home/lemon/.mail +path=/home/lemon/Mail/ # User configuration # @@ -31,8 +31,8 @@ path=/home/lemon/.mail # [user] -name=Matthew Lemon primary_email=matt@matthewlemon.com +other_email=matthewlemon@protonmail.com;chaffinach@protonmail.ch; # Configuration for "notmuch new" # @@ -50,8 +50,6 @@ primary_email=matt@matthewlemon.com # [new] -tags=unread;inbox; -ignore= # Search configuration # @@ -64,7 +62,6 @@ ignore= # [search] -exclude_tags=deleted;spam; # Maildir compatibility configuration # @@ -89,14 +86,3 @@ exclude_tags=deleted;spam; # [maildir] -synchronize_flags=true - -# Cryptography related configuration -# -# The following option is supported here: -# -# gpg_path -# binary name or full path to invoke gpg. -# -[crypto] -gpg_path=gpg |