]> Sergey Matveev's repositories - public-inbox.git/commit
search: rename "ts:" prefix to "rt:"
authorEric Wong <e@80x24.org>
Thu, 14 Jan 2021 07:06:22 +0000 (19:06 -1200)
committerEric Wong <e@80x24.org>
Thu, 14 Jan 2021 23:14:08 +0000 (23:14 +0000)
commitd1a287d4eede2c1112b73980871efb5e0203c6f3
tree06db464ef56fc11d7ad0d73eeafec489c1018665
parent97a3b1b79eda65b494e9c01bc99afb4df33a32d5
search: rename "ts:" prefix to "rt:"

Meaning "Received time", as it is the best description of the
value we use from the "Received:" header, if present.  JMAP
calls it "receivedAt", but "rt:" seems like a better
abbreviation being in line with "dt:" for the "Date" header.

"Timestamp" ("ts") was potentially ambiguous given the presence
of the "Date" header.
lib/PublicInbox/IMAPsearchqp.pm
lib/PublicInbox/LeiOverview.pm
lib/PublicInbox/Search.pm
t/imap_searchqp.t