]> Sergey Matveev's repositories - public-inbox.git/commit
lei mail-diff: diagnostic command to diff mail contents
authorEric Wong <e@80x24.org>
Sat, 2 Oct 2021 11:18:33 +0000 (11:18 +0000)
committerEric Wong <e@80x24.org>
Sat, 2 Oct 2021 20:09:31 +0000 (20:09 +0000)
commit64f6a4c97b05a709de60aea9c3a5f51d7a37f226
treeb0be5f5383b06540f2f48a98db9c8ab4931423c3
parent3e096b699243ea7bd9d12fec8f3048104e462802
lei mail-diff: diagnostic command to diff mail contents

This is useful in finding the cause of deduplication bugs,
and possibly the cause of missing threads reported by
Konstantin in <20211001130527.z7eivotlgqbgetzz@meerkat.local>

usage:

  u=https://yhbt.net/lore/all/87czop5j33.fsf@tynnyri.adurom.net/raw
  lei mail-diff $u
MANIFEST
lib/PublicInbox/ContentHash.pm
lib/PublicInbox/LEI.pm
lib/PublicInbox/LeiInput.pm
lib/PublicInbox/LeiMailDiff.pm [new file with mode: 0644]
lib/PublicInbox/LeiRediff.pm