]> git.notmuchmail.org Git - notmuch-wiki/commitdiff
Fix muted tag example in excluding.mdwn
authorStefan Kangas <stefankangas@gmail.com>
Fri, 14 Oct 2022 09:56:08 +0000 (11:56 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Fri, 14 Oct 2022 09:56:08 +0000 (11:56 +0200)
excluding.mdwn

index d7b030cf1db85b74c8681cdb3ec6d1732984e565..a75020265edc6284412935959090503c2b930e40 100644 (file)
@@ -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.