diff options
| author | David Bremner <david@tethera.net> | 2022-04-30 14:13:03 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2022-04-30 14:13:03 -0300 |
| commit | 5e90c847d77f254b21d30018f7dcfd41acfa27a8 (patch) | |
| tree | e0b9bea24cf28b902a586036e3769211b32770be /doc | |
| parent | b2eb0547e172dd766ccbc062319faa90a9500518 (diff) | |
doc/sexp-queries: fix example
Update the explanatory text to match the query.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/man7/notmuch-sexp-queries.rst | 4 |
1 files 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))`` |
