From: David Bremner Date: Sun, 14 Aug 2022 15:02:58 +0000 (-0300) Subject: lib: factor out lastmod range handling from sexp parser. X-Git-Tag: 0.38_rc0~76 X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=93c602a82fdbd03e0104ea922d073b2b1aa6b241;hp=93c602a82fdbd03e0104ea922d073b2b1aa6b241;p=notmuch lib: factor out lastmod range handling from sexp parser. 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. ---