]> Sergey Matveev's repositories - public-inbox.git/commit
lei q: use git approxidate with d:, dt: and rt: ranges
authorEric Wong <e@80x24.org>
Mon, 8 Feb 2021 09:05:19 +0000 (23:05 -1000)
committerEric Wong <e@80x24.org>
Mon, 8 Feb 2021 22:07:49 +0000 (22:07 +0000)
commitfbb7ccabbf54a4054e583dfabc4d0c4cbe2844cb
treea10b48170b6828d8e57ddcc9e5bcb08a4ced98eb
parent9e9ab7447b219bad3f764dfc646d8d7e9d7c39f4
lei q: use git approxidate with d:, dt: and rt: ranges

Instead of having --(sent|received)-(before|after)=s
command-line switches, we'll just try to make sense of argv so
it's usable within parenthesized statements and such.

Given the negligible performance penalty with Inline::C
process spawning, we'll probably wire this up to the
WWW interface, too.

"d:" is for mairix compatibility.  I don't know if "dt:" and
"rt:" will be too useful, but they exist because of IMAP
(and JMAP).
lib/PublicInbox/LeiQuery.pm
lib/PublicInbox/Search.pm
t/search.t