]> Sergey Matveev's repositories - public-inbox.git/commit
msgmap: mid_insert ignores duplicates instead of die-ing
authorEric Wong <e@80x24.org>
Thu, 22 Jun 2017 19:51:23 +0000 (19:51 +0000)
committerEric Wong <e@80x24.org>
Thu, 22 Jun 2017 19:51:23 +0000 (19:51 +0000)
commit1e57ecc0dcbc64a6829a93dc81cfb6ab6f0ce71b
tree3e50a1ab44a1229895710d5212e4c3722af985a7
parent9b80f2bedbe5a8a9154dfa0ba3c7e63012287bea
msgmap: mid_insert ignores duplicates instead of die-ing

This will allow smoother imports as occasional Message-ID
duplicates happen and the best we can do is ignore the
second one.
lib/PublicInbox/Msgmap.pm
t/msgmap.t