]> Sergey Matveev's repositories - public-inbox.git/commit
contentid: ignore duplicate References: headers
authorEric Wong <e@yhbt.net>
Thu, 23 Jan 2020 23:05:59 +0000 (23:05 +0000)
committerEric Wong <e@yhbt.net>
Fri, 24 Jan 2020 23:04:58 +0000 (23:04 +0000)
commit2a56039ff6a6a8d0b04437b5463c172ecab002c5
treea3e939f79e2346b56fb9065c965d469596f76e81
parent36db110eb3befcb28627d0f3d2d618aa3f1bf76c
contentid: ignore duplicate References: headers

OverIdx::parse_references already skips duplicate
References (which we use in SearchThread for rendering).
So there's no reason for our content deduplication logic
to care if a Message-Id in the Reference header is mentioned
twice.
lib/PublicInbox/ContentId.pm
lib/PublicInbox/OverIdx.pm