From cf01e1eaa64f292d17f8754ba6e6655ea9949e15 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C5=A0t=C4=9Bp=C3=A1n=20N=C4=9Bmec?= Date: Mon, 16 Oct 2023 13:33:04 +0200 Subject: [PATCH] search: rectify comment (rt: documented since 738c4a65719e) Fixes: 738c4a65719e ("www: various help text updates") --- lib/PublicInbox/Search.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/PublicInbox/Search.pm b/lib/PublicInbox/Search.pm index d7a6f9d79..477f77dcf 100644 --- a/lib/PublicInbox/Search.pm +++ b/lib/PublicInbox/Search.pm @@ -68,10 +68,10 @@ our $ENQ_DESCENDING = 0; our $ENQ_ASCENDING = 1; our @MAIL_VMAP = ( [ YYYYMMDD, 'd:'], - [ DT, 'dt:' ], + [ TS, 'rt:' ], # these are undocumented for WWW, but lei and IMAP use them + [ DT, 'dt:' ], [ BYTES, 'z:' ], - [ TS, 'rt:' ], [ UID, 'uid:' ] ); our @MAIL_NRP; -- 2.47.2