From 9a36eb24f1f7585679e1ed2ec30b352f9b488fd7 Mon Sep 17 00:00:00 2001 From: Adam Cooper Date: Thu, 24 Nov 2022 03:32:18 -0500 Subject: [PATCH] [bin] Expand notmuch-hook.sh into mail-sync.sh --- bin/notmuch-hook.sh | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 bin/notmuch-hook.sh 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 -