diff --git a/bin/notmuch-hook.sh b/bin/notmuch-hook.sh deleted file mode 100755 index 82bfe38..0000000 --- a/bin/notmuch-hook.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -notmuch new -# retag all "new" messages "inbox" and "unread" -notmuch tag +inbox +unread -new -- tag:new -# tag all messages from "me" as sent and remove tags inbox and unread -notmuch tag -new -inbox +sent -- from:adam@theadamcooper.com -