]> git.cworth.org Git - notmuch-wiki/commitdiff
quick note on how to kill threads
authorDavid Bremner <david@tethera.net>
Thu, 24 Jul 2014 18:28:47 +0000 (15:28 -0300)
committerDavid Bremner <david@tethera.net>
Thu, 24 Jul 2014 18:28:47 +0000 (15:28 -0300)
excluding.mdwn

index 775f3f515825f34a9211a2361f8902ffdcb0439b..5527444da5779cfa65fa4a596ce429955684c991 100644 (file)
@@ -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.