diff options
author | Patrick Simianer <pks@pks.rocks> | 2018-02-16 21:24:31 +0100 |
---|---|---|
committer | Patrick Simianer <pks@pks.rocks> | 2018-02-16 21:24:31 +0100 |
commit | 8d2ad1ad458940924f9d8ee6545d16cb08a2854a (patch) | |
tree | 8b46187a42aafe6918c2f18cc7ea1569ee26d65e | |
parent | f38aacb95f897c3a7ae598ac9a99dffde5465e25 (diff) |
notmuch
-rw-r--r-- | by_os/Darwin/notmuch/.notmuch-config (renamed from notmuch/.notmuch-config) | 0 | ||||
-rw-r--r-- | by_os/Linux/notmuch/.notmuch-config | 18 |
2 files changed, 18 insertions, 0 deletions
diff --git a/notmuch/.notmuch-config b/by_os/Darwin/notmuch/.notmuch-config index 3ffec33..3ffec33 100644 --- a/notmuch/.notmuch-config +++ b/by_os/Darwin/notmuch/.notmuch-config diff --git a/by_os/Linux/notmuch/.notmuch-config b/by_os/Linux/notmuch/.notmuch-config new file mode 100644 index 0000000..6f3f736 --- /dev/null +++ b/by_os/Linux/notmuch/.notmuch-config @@ -0,0 +1,18 @@ +[database] +path=/home/pks/.mail/ + +[user] +name=Patrick Simianer +primary_email=p@simianer.de +other_email=patrick@simianer.de,pks@pks.rocks,simianer@cl.uni-heidelberg.de,simianer@uni-heidelberg.de + +[new] +tags=unread;inbox; +ignore= + +[search] +exclude_tags=deleted;spam; + +[maildir] +synchronize_flags=true + |