about summary refs log tree commit homepage
path: root/lib/PublicInbox
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-03-11 02:45:32 -0800
committerEric Wong <e@80x24.org>2021-03-11 16:35:10 -0400
commit72cbfb826cd7827c92c239d8c1e81024514e211f (patch)
treeee5532b01e246093954ad2d17a07cac925b2c032 /lib/PublicInbox
parentcceeb7639bdd4a6a2dc0bee494c1fd5b0e0d8e70 (diff)
downloadpublic-inbox-72cbfb826cd7827c92c239d8c1e81024514e211f.tar.gz
These have been confusing to me in the past, too.
Diffstat (limited to 'lib/PublicInbox')
-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 209969c5..c7d52daf 100644
--- a/lib/PublicInbox/Search.pm
+++ b/lib/PublicInbox/Search.pm
@@ -13,9 +13,9 @@ use POSIX qw(strftime);
 # values for searching, changing the numeric value breaks
 # compatibility with old indices (so don't change them it)
 use constant {
-        TS => 0, # Received: header in Unix time (IMAP INTERNALDATE)
+        TS => 0, # Received: in Unix time (IMAP INTERNALDATE, JMAP receivedAt)
         YYYYMMDD => 1, # Date: header for searching in the WWW UI
-        DT => 2, # Date: YYYYMMDDHHMMSS
+        DT => 2, # Date: YYYYMMDDHHMMSS (IMAP SENT*, JMAP sentAt)
 
         # added for public-inbox 1.6.0+
         BYTES => 3, # IMAP RFC822.SIZE