diff options
author | tv <tv@shackspace.de> | 2014-08-21 13:28:19 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2014-08-21 13:28:19 +0200 |
commit | 3d50e7386178cd0392d2e1c9ba7b9e933b4c27e3 (patch) | |
tree | 77cc15d9b1ce1e0f82120dd4c85550b1a992b6bb /wu-user/.notmuch-config |
initial commit
Diffstat (limited to 'wu-user/.notmuch-config')
-rw-r--r-- | wu-user/.notmuch-config | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/wu-user/.notmuch-config b/wu-user/.notmuch-config new file mode 100644 index 0000000..4209119 --- /dev/null +++ b/wu-user/.notmuch-config @@ -0,0 +1,18 @@ +[database] +path=/home/tv/Maildir + +[user] +name= +primary_email= +other_email=tv@shackspace.de; + +[new] +tags=unread;inbox; +ignore= + +[search] +exclude_tags=deleted;spam; + +[maildir] +synchronize_flags=true + |