From 8b6746d22f18e39db67f878267cc8415eef9559a Mon Sep 17 00:00:00 2001
From: David Bremner <david@tethera.net>
Date: Thu, 24 Jul 2014 15:28:47 -0300
Subject: [PATCH] quick note on how to kill threads

---
 excluding.mdwn | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/excluding.mdwn b/excluding.mdwn
index 775f3f5..5527444 100644
--- a/excluding.mdwn
+++ b/excluding.mdwn
@@ -76,3 +76,12 @@ procedure:
   you can delete them manually with:
 
        $ notmuch search --output=files tag:deleted | xargs -l rm
+
+## <span id="exclude">**killing threads**</span>
+
+In a [[hook|manpages/notmuch-hooks-5]]
+
+    notmuch tag +muted $(notmuch search --output=threads tag:muted)"
+
+New messages in the thread get the muted tag. Make muted an excluded tag.
+To kill a thread, tag it with muted, run notmuch new.
-- 
2.45.2