]> git.cworth.org Git - notmuch-wiki/blobdiff - manpages/notmuch-sexp-queries-7.mdwn
News for release 0.38.3
[notmuch-wiki] / manpages / notmuch-sexp-queries-7.mdwn
index e6968ada5ebd74cfcb454c0d432a219831505792..299fc745143043cd814b34a03cf9ed5ce1857e12 100644 (file)
              │tag        │ and     │ term   │ yes    │ yes      │ yes   │
              ├───────────┼─────────┼────────┼────────┼──────────┼───────┤
              │thread     │ or      │ term   │ yes    │ yes      │ yes   │
-             └───────────┴─────────┴────────┴────────┴──────────┴───────┘
-
+             ├───────────┼─────────┼────────┼────────┼──────────┼───────┤
              │to         │ and     │ phrase │ yes    │ yes      │ no    │
              └───────────┴─────────┴────────┴────────┴──────────┴───────┘
 </pre>
 
 <h2>NOTES</h2>
 <pre>
-       [1]  Technically  macros  impliment  lazy evaluation and lexical scope.
+       [1]  Technically  macros  implement  lazy evaluation and lexical scope.
             There is one top level scope containing all macro definitions, but
             all parameter definitions are local to a given macro.
 
 
        [4]  a.k.a. boolean prefixes
 
-       [5]  Due  to the implemention of phrase fields in Xapian, regex queries
+       [5]  Due  to the implementation of phrase fields in Xapian, regex queries
             could only match individual words.
 
        [6]  Due the the way <b>body</b> is implemented in notmuch, this  modifier  is