]> git.cworth.org Git - notmuch/commitdiff
lib: factor out lastmod range handling from sexp parser.
authorDavid Bremner <david@tethera.net>
Sun, 14 Aug 2022 15:02:58 +0000 (12:02 -0300)
committerDavid Bremner <david@tethera.net>
Sat, 3 Sep 2022 11:36:53 +0000 (08:36 -0300)
This will permit the re-use of the same logic in the infix query
parser. The location of the shared code in the infix side is for
consistency with the other shared parsing logic. It will make more
sense when a Xapian field processor is added for the lastmod prefix.


No differences found