From 5e90c847d77f254b21d30018f7dcfd41acfa27a8 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sat, 30 Apr 2022 14:13:03 -0300 Subject: [PATCH] doc/sexp-queries: fix example 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 bob@example.com) (to bob@example.com)))`` 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 bob@example.com mallory@example.org))`` ``(or (to bob@example.com) (to mallory@example.org))`` -- 2.43.0