From: David Bremner Date: Thu, 24 Jul 2014 18:28:47 +0000 (-0300) Subject: quick note on how to kill threads X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=commitdiff_plain;h=8b6746d22f18e39db67f878267cc8415eef9559a quick note on how to kill threads --- 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 + +## **killing threads** + +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.