Update the explanatory text to match the query. --- doc/man7/notmuch-sexp-queries.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/man7/notmuch-sexp-queries.rst b/doc/man7/notmuch-sexp-queries.rst index 0eb86734..a20943c6 100644 --- a/doc/man7/notmuch-sexp-queries.rst +++ b/doc/man7/notmuch-sexp-queries.rst @@ -265,8 +265,8 @@ EXAMPLES ``(thread (matching (from [email protected]) (to [email protected])))`` Match any (messages in) a thread containing a message from - "bob\@example.com" and a (possibly distinct) message to "bob at - example.com") + "bob\@example.com" and a (possibly distinct) message to + "bob\@example.com" ``(to (or [email protected] [email protected]))`` ``(or (to [email protected]) (to [email protected]))`` -- 2.35.2 _______________________________________________ notmuch mailing list -- [email protected] To unsubscribe send an email to [email protected]
