diff options
| author | David Bremner <david@tethera.net> | 2022-08-14 12:02:57 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2022-09-03 08:36:53 -0300 |
| commit | 606d9b02e46498874f6c3b5af18467c870e8658b (patch) | |
| tree | 3a873e5c40313c8842ee44dcf5176a120f675ce3 /doc | |
| parent | 84e4e130e2c920b3dee91901582c4ab6276e2630 (diff) | |
lib/sexp: provide relative lastmod queries
Test the relatively trivial logic changes for the sexp query parser
first before refactoring that logic to share with the infix query
parser.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/man7/notmuch-sexp-queries.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/man7/notmuch-sexp-queries.rst b/doc/man7/notmuch-sexp-queries.rst index d28f40bb..422154c7 100644 --- a/doc/man7/notmuch-sexp-queries.rst +++ b/doc/man7/notmuch-sexp-queries.rst @@ -125,6 +125,9 @@ bounds. Either upper or lower bound may be specified as ``""`` or ``*`` to specify the lowest possible lower bound or highest possible upper bound. +``lastmod`` ranges support negative arguments, interpreted relative to +the most recent database revision (see :option:`count --lastmod`). + .. _field-table: .. table:: Fields with supported modifiers |
