From: Eric Wong Date: Wed, 2 Sep 2020 11:04:11 +0000 (+0000) Subject: msgmap: note how we use ->created_at X-Git-Tag: v1.6.0~46 X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=commitdiff_plain;h=2b52961cb0e77fc1645cc91318e3518f883313a3 msgmap: note how we use ->created_at It'll likely be used in the future for JMAP, detached indices, and maybe other things. --- 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);