From a4f52a6798dc4be334f43321f86ad77fa7a4aed7 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 12 Mar 2014 10:46:00 -0400 Subject: 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 --- notmuch/hooks/post-new | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'notmuch') 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 -- cgit v1.2.3-54-g00ecf