From 45c78253c44a0a45ff3ceeeb70bea642a64f1fdf Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Fri, 14 Oct 2022 11:56:08 +0200 Subject: [PATCH] Fix muted tag example in excluding.mdwn --- excluding.mdwn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/excluding.mdwn b/excluding.mdwn index d7b030c..a750202 100644 --- a/excluding.mdwn +++ b/excluding.mdwn @@ -75,7 +75,7 @@ procedure: In a [hook](https://notmuchmail.org/doc/latest/man5/notmuch-hooks.html) - notmuch tag +muted $(notmuch search --output=threads tag:muted)" + 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. +New messages in the thread get the muted tag. Make muted an excluded tag (see +above). To kill a thread, tag it with muted, run notmuch new. -- 2.43.0