diff options
| author | David Bremner <david@tethera.net> | 2014-07-24 15:28:47 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2014-07-24 15:28:47 -0300 |
| commit | 8b6746d22f18e39db67f878267cc8415eef9559a (patch) | |
| tree | 8a698added9b3942e587a12222e18bc6cec42c1c | |
| parent | 7a8718a2137fb129f9f516c43616cd584dd7dc14 (diff) | |
quick note on how to kill threads
| -rw-r--r-- | excluding.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
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. |
