diff options
| author | David Bremner <david@tethera.net> | 2022-08-14 12:02:59 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2022-09-03 08:43:33 -0300 |
| commit | 2e5ef69fbf9ce9d67720d5d4abba3026302734e5 (patch) | |
| tree | b122d17950f5d228c4616ed819ddeab633867591 /doc | |
| parent | 93c602a82fdbd03e0104ea922d073b2b1aa6b241 (diff) | |
lib: add field processor for lastmod: prefix
By sharing the existing logic used by the sexp query parser, this
allows negative lastmod revisions to be interpreted as relative to the
most recent revision.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/man7/notmuch-search-terms.rst | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/man7/notmuch-search-terms.rst b/doc/man7/notmuch-search-terms.rst index 4f616b7e..acc1c967 100644 --- a/doc/man7/notmuch-search-terms.rst +++ b/doc/man7/notmuch-search-terms.rst @@ -153,10 +153,11 @@ date:<since>..<until> or date:<date> lastmod:<initial-revision>..<final-revision> The **lastmod:** prefix can be used to restrict the result by the database revision number of when messages were last modified (tags - were added/removed or filenames changed). This is usually used in - conjunction with the ``--uuid`` argument to - :any:`notmuch-search(1)` to find messages that have changed since - an earlier query. + were added/removed or filenames changed). Negative revisions are + interpreted relative to the most recent database revision (see + :option:`count --lastmod`). This is usually used in conjunction + with the ``--uuid`` argument to :any:`notmuch-search(1)` to find + messages that have changed since an earlier query. query:<name> The **query:** prefix allows queries to refer to previously saved |
