summaryrefslogtreecommitdiffstats
path: root/notmuch
diff options
context:
space:
mode:
Diffstat (limited to 'notmuch')
-rwxr-xr-xnotmuch/.cache/notmuch/hooks/post-new (renamed from notmuch/hooks/post-new)0
-rw-r--r--notmuch/.config/notmuch/default/config17
-rw-r--r--notmuch/Makefile4
3 files changed, 21 insertions, 0 deletions
diff --git a/notmuch/hooks/post-new b/notmuch/.cache/notmuch/hooks/post-new
index 8809f91..8809f91 100755
--- a/notmuch/hooks/post-new
+++ b/notmuch/.cache/notmuch/hooks/post-new
diff --git a/notmuch/.config/notmuch/default/config b/notmuch/.config/notmuch/default/config
new file mode 100644
index 0000000..35b5547
--- /dev/null
+++ b/notmuch/.config/notmuch/default/config
@@ -0,0 +1,17 @@
+[database]
+path=/home/doy/.cache/notmuch
+mail_root=/home/doy/Maildir
+
+[user]
+name=Jesse Luehrs
+primary_email=doy@tozt.net
+other_email=doy@stripe.com;jesse.luehrs@iinteractive.com;doy@cpan.org;
+
+[new]
+ignore=spam;.uidvalidity;
+
+[maildir]
+synchronize_flags=true
+
+[search]
+exclude_tags=spam;
diff --git a/notmuch/Makefile b/notmuch/Makefile
new file mode 100644
index 0000000..d1f30eb
--- /dev/null
+++ b/notmuch/Makefile
@@ -0,0 +1,4 @@
+include ../Makefile.include
+
+install:
+ @mkdir -p $(HOME)/.cache/notmuch