From 1dbe5f7f362ca5dbaf0ddd9a6dfe5cac0722eae0 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 30 Jul 2017 20:32:40 -0400 Subject: [notmuch] Properly tag emails from mailing lists I tried to do this with `afew` but couldn't get it to work reliably, so I just went with `notmuch tag`. --- notmuch/mail/.notmuch/hooks/post-new | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'notmuch/mail') diff --git a/notmuch/mail/.notmuch/hooks/post-new b/notmuch/mail/.notmuch/hooks/post-new index 4be7355..63b2e2f 100755 --- a/notmuch/mail/.notmuch/hooks/post-new +++ b/notmuch/mail/.notmuch/hooks/post-new @@ -1,2 +1,8 @@ #!/bin/sh afew -tn + +# apply tags to lists +notmuch tag +lists +lists/deepspec -- folder:amin/lists/.deepspec +notmuch tag +lists +lists/haskell-cafe -- folder:amin/lists/.haskell-cafe +notmuch tag +lists +lists/haskell-weekly -- folder:amin/lists/.haskell-weekly +notmuch tag +lists +lists/hackernewsletter -- folder:amin/lists/.hackernewsletter -- cgit v1.2.3-60-g2f50