X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=excluding.mdwn;h=5527444da5779cfa65fa4a596ce429955684c991;hb=d018e8e7ee36695c6f616ed723c6114497951fdb;hp=1b3232f58dc9670ed9a80f4918c99617f1448125;hpb=8262329e77f1263c56e3df6be60553fe026e5982;p=notmuch-wiki diff --git a/excluding.mdwn b/excluding.mdwn index 1b3232f..5527444 100644 --- a/excluding.mdwn +++ b/excluding.mdwn @@ -1,3 +1,4 @@ +[[!img notmuch-logo.png alt="Notmuch logo" class="left"]] # Message exclusion and deletion An important principle of notmuch is that it does not modify your mail @@ -75,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.