about summary refs log tree commit homepage
path: root/lib/PublicInbox/Msgmap.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2020-09-02 11:04:11 +0000
committerEric Wong <e@80x24.org>2020-09-03 20:11:03 +0000
commit2b52961cb0e77fc1645cc91318e3518f883313a3 (patch)
tree9ded0842e346400788c5f686ba47a6bc49125308 /lib/PublicInbox/Msgmap.pm
parent670e37954c1d91fb096dfc8604c2d6ab81d03e08 (diff)
downloadpublic-inbox-2b52961cb0e77fc1645cc91318e3518f883313a3.tar.gz
msgmap: note how we use ->created_at
It'll likely be used in the future for JMAP, detached indices,
and maybe other things.
Diffstat (limited to 'lib/PublicInbox/Msgmap.pm')
-rw-r--r--lib/PublicInbox/Msgmap.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/PublicInbox/Msgmap.pm b/lib/PublicInbox/Msgmap.pm
index d696ce83..f15875e3 100644
--- a/lib/PublicInbox/Msgmap.pm
+++ b/lib/PublicInbox/Msgmap.pm
@@ -91,6 +91,7 @@ sub last_commit_xap {
         $self->meta_accessor("last_xap$version-$i", $commit);
 }
 
+# this is the UIDVALIDITY for IMAP (cf. RFC 3501 sec 2.3.1.1. item 3)
 sub created_at {
         my ($self, $second) = @_;
         $self->meta_accessor('created_at', $second);