From 8d2ad1ad458940924f9d8ee6545d16cb08a2854a Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Fri, 16 Feb 2018 21:24:31 +0100 Subject: notmuch --- by_os/Darwin/notmuch/.notmuch-config | 18 ++++++++++++++++++ by_os/Linux/notmuch/.notmuch-config | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 by_os/Darwin/notmuch/.notmuch-config create mode 100644 by_os/Linux/notmuch/.notmuch-config (limited to 'by_os') diff --git a/by_os/Darwin/notmuch/.notmuch-config b/by_os/Darwin/notmuch/.notmuch-config new file mode 100644 index 0000000..3ffec33 --- /dev/null +++ b/by_os/Darwin/notmuch/.notmuch-config @@ -0,0 +1,18 @@ +[database] +path=/Users/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 + 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 + -- cgit v1.2.3