X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=excluding.mdwn;h=b783383264cc4062ee38cfb870ce00e4ca7c8ea1;hb=3bc62805c637880b3ff43309c25653046a0d55a1;hp=775f3f515825f34a9211a2361f8902ffdcb0439b;hpb=8dd999485b28111a872ca56371eae9a0face3944;p=notmuch-wiki diff --git a/excluding.mdwn b/excluding.mdwn index 775f3f5..b783383 100644 --- a/excluding.mdwn +++ b/excluding.mdwn @@ -34,7 +34,7 @@ This will find messages from "foo" with the tag "spam", even though Notmuch makes it very easy to access the underlying mail files associated with specific search terms using the "file" output format of notmuch search. To find all message files associated with the tag -"foo" rung: +"foo" run: $ notmuch search --output=files tag:foo @@ -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.