mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
doc/sexp-queries: fix example
Update the explanatory text to match the query.
This commit is contained in:
parent
b2eb0547e1
commit
5e90c847d7
1 changed files with 2 additions and 2 deletions
|
@ -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))``
|
||||
|
||||
|
|
Loading…
Reference in a new issue