]> Sergey Matveev's repositories - public-inbox.git/commit
use both Date: and Received: times
authorEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Wed, 21 Mar 2018 01:52:58 +0000 (01:52 +0000)
committerEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Thu, 22 Mar 2018 00:12:39 +0000 (00:12 +0000)
commit8e52e5fdea416d6fda0b8d301144af0c043a5a76
treedafe724cfb77f00e8cb50d89a2f03b50d8c330cb
parent54590383027a67d11953690cbb6390347757730b
use both Date: and Received: times

We want to rely on Date: to sort messages within individual
threads since it keeps messages from git-send-email(1) sorted.
However, since developers occasionally have the clock set
wrong on their machines, sort overall messages by the newest
date in a Received: header so the landing page isn't forever
polluted by messages from the future.

This also gives us determinism for commit times in most cases,
as we'll used the Received: timestamp there, as well.
lib/PublicInbox/Import.pm
lib/PublicInbox/MsgTime.pm
lib/PublicInbox/Search.pm
lib/PublicInbox/SearchIdx.pm
lib/PublicInbox/SearchIdxSkeleton.pm
lib/PublicInbox/SearchMsg.pm
lib/PublicInbox/SearchView.pm
lib/PublicInbox/View.pm