about summary refs log tree commit homepage
path: root/lib/PublicInbox/Search.pm
diff options
context:
space:
mode:
authorŠtěpán Němec <stepnem@smrk.net>2023-10-16 13:33:04 +0200
committerEric Wong <e@80x24.org>2023-10-17 06:34:33 +0000
commitcf01e1eaa64f292d17f8754ba6e6655ea9949e15 (patch)
tree558b64e5302206fdcdf13a88491c593c8867e4a7 /lib/PublicInbox/Search.pm
parentf54c921cbc0de050bdc07a745e5e69bccc4f19b3 (diff)
downloadpublic-inbox-cf01e1eaa64f292d17f8754ba6e6655ea9949e15.tar.gz
Fixes: 738c4a65719e ("www: various help text updates")
Diffstat (limited to 'lib/PublicInbox/Search.pm')
-rw-r--r--lib/PublicInbox/Search.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/PublicInbox/Search.pm b/lib/PublicInbox/Search.pm
index d7a6f9d7..477f77dc 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;