diff options
| -rw-r--r-- | mutt/.notmuch-config | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/mutt/.notmuch-config b/mutt/.notmuch-config new file mode 100644 index 0000000..8c0fd16 --- /dev/null +++ b/mutt/.notmuch-config @@ -0,0 +1,17 @@ +[database] +path=/media/data/mail + +[user] +name=Thibaut Horel +primary_email=thibaut.horel@gmail.com +other_email=thibaut@horel.org;thorel@seas.harvard.edu;zaran.krleza@gmail.com; + +[new] +tags=unread;inbox; +ignore= + +[search] +exclude_tags=deleted;spam; + +[maildir] +synchronize_flags=true |
