]> git.notmuchmail.org Git - notmuch/commit
lib: add field processor for lastmod: prefix
authorDavid Bremner <david@tethera.net>
Sun, 14 Aug 2022 15:02:59 +0000 (12:02 -0300)
committerDavid Bremner <david@tethera.net>
Sat, 3 Sep 2022 11:43:33 +0000 (08:43 -0300)
commit2e5ef69fbf9ce9d67720d5d4abba3026302734e5
treeb122d17950f5d228c4616ed819ddeab633867591
parent93c602a82fdbd03e0104ea922d073b2b1aa6b241
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.
doc/man7/notmuch-search-terms.rst
lib/lastmod-fp.cc
lib/lastmod-fp.h [new file with mode: 0644]
lib/open.cc
test/T570-revision-tracking.sh