From 4edfd6137a55b306d9e3f85fb6495ff576f595fc Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 2 Jan 2013 11:14:05 -0500 Subject: [PATCH] .notmuch-config: configure the Notmuch email indexer --- src/.notmuch-config | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/.notmuch-config diff --git a/src/.notmuch-config b/src/.notmuch-config new file mode 100644 index 0000000..4455815 --- /dev/null +++ b/src/.notmuch-config @@ -0,0 +1,22 @@ +# .notmuch-config - Configuration file for the notmuch mail system +# +# For more information about notmuch, see http://notmuchmail.org + +[database] +path=/home/wking/mail + +[user] +name=W. Trevor King +primary_email=wking@tremily.us +other_email=wking@drexel.edu;tvrkng@gmail.com; + +[new] +tags=unread;inbox; + +ignore= + +[maildir] +synchronize_flags=true + +[search] +exclude_tags=deleted;spam; -- 2.26.2