diff options
| author | David Bremner <david@tethera.net> | 2022-06-01 07:35:52 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2022-06-01 07:36:48 -0300 |
| commit | dca2a45c19c86bac102424eb62b1130a3c7d086f (patch) | |
| tree | c59a8a7494ccbb87a765b275af8e71193b890ed5 | |
| parent | 219490b75a85ca18d449168575a0c7538e71612e (diff) | |
update FAQ entry on tagging threads
| -rw-r--r-- | faq.mdwn | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -125,12 +125,14 @@ messages in threads that have at least one message with the muted tag: THREAD_TAGS="muted" for tag in "$THREAD_TAGS"; do - notmuch tag +$tag $(notmuch search --output=threads tag:$tag) + notmuch tag +$tag thread:{tag:$tag} done -You can add other tags to `THREAD_TAGS` as needed. Note that this is one way -only; you need to explicitly remove the tag from all the messages in a thread to -stop it from propagating again. +You can add other tags to `THREAD_TAGS` as needed. Note that this is +one way only; you need to explicitly remove the tag from all the +messages in a thread to stop it from propagating again. See +[notmuch-search-terms](https://notmuchmail.org/doc/latest/man5/notmuch-hooks.html) +for discussion of `thread:{}` queries. ## How can I extract a git patchset for an email thread? |
