From d11bd731972d1a2ddd8ce5cf56a805c9de1e1725 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Tue, 9 Apr 2019 21:59:18 -0400 Subject: [PATCH] Add notmuch example #mail --- mail/.notmuch-config.example | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/mail/.notmuch-config.example b/mail/.notmuch-config.example index 4e844c8..a289dbe 100644 --- a/mail/.notmuch-config.example +++ b/mail/.notmuch-config.example @@ -1,19 +1,20 @@ [database] -path=/Users/colinpowell/Mail +path=/home/powellc/Mail [user] name=Colin Powell primary_email=colin@onec.me +other_email=colin@timberwyckfarm.com;hello@colinforcastine.com,colin@unbl.ink [new] -tags=unread;inbox;new; -ignore= +tags=inbox +ignore=.mbsyncstate;.isncuidmap.db;.uidvalidity [search] -exclude_tags=deleted;spam; +exclude_tags=deleted;spam;muted [maildir] synchronize_flags=true [crypto] -gpg_path=/usr/bin/gpg \ No newline at end of file +gpg_path=/usr/local/bin/gpg