diff options
| author | Stefan Kangas <stefankangas@gmail.com> | 2022-10-14 11:56:08 +0200 |
|---|---|---|
| committer | Stefan Kangas <stefankangas@gmail.com> | 2022-10-14 11:56:08 +0200 |
| commit | 45c78253c44a0a45ff3ceeeb70bea642a64f1fdf (patch) | |
| tree | 499d254bb371ff6c716f4c49611cad54d7491999 | |
| parent | 3170f66a82f30efc3f2009e03b9e680ee258ca7b (diff) | |
Fix muted tag example in excluding.mdwn
| -rw-r--r-- | excluding.mdwn | 6 |
1 files 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. |
