diff options
Diffstat (limited to 'dotfiles/notmuch-config')
-rw-r--r-- | dotfiles/notmuch-config | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dotfiles/notmuch-config b/dotfiles/notmuch-config new file mode 100644 index 000000000000..083be6d8ca19 --- /dev/null +++ b/dotfiles/notmuch-config @@ -0,0 +1,21 @@ +# .notmuch-config - Configuration file for the notmuch mail system +# +# For more information about notmuch, see https://notmuchmail.org + +[database] +path=/home/vincent/mail + +[user] +name=Vincent Ambo +primary_email=mail@tazj.in +other_email=vincent@aprila.no;tazjin@gmail.com; + +[new] +tags=unread;inbox; +ignore= + +[search] +exclude_tags=deleted;spam; + +[maildir] +synchronize_flags=true |