]> git.ipfire.org Git - thirdparty/public-inbox.git/commitdiff
search: rectify comment (rt: documented since 738c4a65719e)
authorŠtěpán Němec <stepnem@smrk.net>
Mon, 16 Oct 2023 11:33:04 +0000 (13:33 +0200)
committerEric Wong <e@80x24.org>
Tue, 17 Oct 2023 06:34:33 +0000 (06:34 +0000)
Fixes: 738c4a65719e ("www: various help text updates")
lib/PublicInbox/Search.pm

index d7a6f9d7913c2d1b95235a64115976c2ba809ced..477f77dcffebcd87f6bf829ec87290699ce5cc07 100644 (file)
@@ -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;