summaryrefslogtreecommitdiffstats
path: root/notmuch
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-03-12 10:46:00 -0400
committerJesse Luehrs <doy@tozt.net>2014-03-12 10:58:48 -0400
commita4f52a6798dc4be334f43321f86ad77fa7a4aed7 (patch)
tree8c022315d4e0ea81ebd73f7a165ad94e62fc8472 /notmuch
parent556323e2b64d7f0be69157bdc18cadcdbc92a57a (diff)
downloadconf-a4f52a6798dc4be334f43321f86ad77fa7a4aed7.tar.gz
conf-a4f52a6798dc4be334f43321f86ad77fa7a4aed7.zip
work around offlineimap bug for the moment
https://github.com/OfflineIMAP/offlineimap/issues/80 also sent a message to the notmuch mailing list, to see if a workaround could be added there
Diffstat (limited to 'notmuch')
-rwxr-xr-xnotmuch/hooks/post-new4
1 files changed, 2 insertions, 2 deletions
diff --git a/notmuch/hooks/post-new b/notmuch/hooks/post-new
index ed6f9dc..27e503f 100755
--- a/notmuch/hooks/post-new
+++ b/notmuch/hooks/post-new
@@ -1,4 +1,4 @@
#!/bin/sh
-notmuch tag +spam -- tag:new and folder:spam
-notmuch tag -new -- tag:new
+notmuch tag +spam -new -- tag:new and folder:spam
+# notmuch tag -new -- tag:new