]> Sergey Matveev's repositories - public-inbox.git/commit
lei mail-diff: support more inputs, split newlines
authorEric Wong <e@80x24.org>
Tue, 26 Oct 2021 21:18:05 +0000 (21:18 +0000)
committerEric Wong <e@80x24.org>
Wed, 27 Oct 2021 05:22:42 +0000 (05:22 +0000)
commit694fc1b61b8f3c56e11f55f3413c1329b0b650da
treeab35639d6860ebea974bda5198ed0cf5695d8ba9
parente7d9df936d071b4a9b72d2e6096ddf1e90c1bc05
lei mail-diff: support more inputs, split newlines

Support --in-format like the rest of LeiInput users, and don't
default to .eml if a per-input format was specified.  In any
case, I saved a bunch of messages from mutt which uses mboxcl2.

We'll also split newlines for diff, since it's a pain to read
diffs with escaped "\n" characters in them.
lib/PublicInbox/LEI.pm
lib/PublicInbox/LeiMailDiff.pm