summaryrefslogtreecommitdiffstats
path: root/notmuch
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-10-08 12:09:20 -0400
committerJesse Luehrs <doy@tozt.net>2023-10-08 12:59:10 -0400
commit49570c8dd03448240897b37b68567352b790f16f (patch)
tree6c192a52046d5d0dd1b84a838befd8e777cfeafb /notmuch
parent66939c71da756c1d9e07a88a4a8ea2a018650060 (diff)
downloadconf-49570c8dd03448240897b37b68567352b790f16f.tar.gz
conf-49570c8dd03448240897b37b68567352b790f16f.zip
convert to stow
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