]> Sergey Matveev's repositories - public-inbox.git/commit
view: depend on SearchMsg for Message-ID
authorEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Mon, 26 Mar 2018 19:33:18 +0000 (19:33 +0000)
committerEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Tue, 27 Mar 2018 10:18:45 +0000 (10:18 +0000)
commit956abe9ad5f13a0d1755262be412d6a54fda72e9
treecda2a73b8e234dbf6e3b1842e541054ab8a4d777
parent50f7b8e95db516104cef237bb0a555a566ff150e
view: depend on SearchMsg for Message-ID

Since we need to handle messages with multiple and duplicate
Message-ID headers, our thread skeleton display must account
for that.

Since we have a "preferred" Message-ID in case of conflicts,
use it as the UUID in an Atom feed so readers do not get
confused by conflicts.
lib/PublicInbox/Feed.pm
lib/PublicInbox/Inbox.pm
lib/PublicInbox/SearchMsg.pm
lib/PublicInbox/SearchView.pm
lib/PublicInbox/View.pm
lib/PublicInbox/WWW.pm
lib/PublicInbox/WwwAtomStream.pm
t/psgi_v2.t