]> Sergey Matveev's repositories - public-inbox.git/commit
inbox: add `modified' sub
authorEric Wong <e@80x24.org>
Thu, 18 Apr 2019 00:58:06 +0000 (00:58 +0000)
committerEric Wong <e@80x24.org>
Thu, 18 Apr 2019 06:07:24 +0000 (06:07 +0000)
commitb241b1ac6f8b0b47c69dad47716ac9b184e4c098
tree3f007789a9551117d571021b5f175975d3a25705
parent7973bc101755b13a1381579c5ee60a716da6ffe1
inbox: add `modified' sub

For inboxes with SQLite enabled (all v2, and probably most v1);
we can use the overview DB to get the timestamp of the latest
message.  It's faster than scanning git branches for commit times,
but not always the same.
lib/PublicInbox/Inbox.pm