From 9d0f59a5772c34d16e9a6944143bd1266906a766 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 11 Mar 2014 22:10:40 -0400 Subject: add a post-new hook to notmuch to handle tagging --- notmuch/hooks/post-new | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 notmuch/hooks/post-new (limited to 'notmuch') diff --git a/notmuch/hooks/post-new b/notmuch/hooks/post-new new file mode 100755 index 0000000..ed6f9dc --- /dev/null +++ b/notmuch/hooks/post-new @@ -0,0 +1,4 @@ +#!/bin/sh + +notmuch tag +spam -- tag:new and folder:spam +notmuch tag -new -- tag:new -- cgit v1.2.3-54-g00ecf