about summary refs log tree commit homepage
path: root/lib/PublicInbox/LEI.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-10-26 21:18:05 +0000
committerEric Wong <e@80x24.org>2021-10-27 05:22:42 +0000
commit694fc1b61b8f3c56e11f55f3413c1329b0b650da (patch)
treeab35639d6860ebea974bda5198ed0cf5695d8ba9 /lib/PublicInbox/LEI.pm
parente7d9df936d071b4a9b72d2e6096ddf1e90c1bc05 (diff)
downloadpublic-inbox-694fc1b61b8f3c56e11f55f3413c1329b0b650da.tar.gz
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.
Diffstat (limited to 'lib/PublicInbox/LEI.pm')
-rw-r--r--lib/PublicInbox/LEI.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/LEI.pm b/lib/PublicInbox/LEI.pm
index f9d24f29..96f7c5e3 100644
--- a/lib/PublicInbox/LEI.pm
+++ b/lib/PublicInbox/LEI.pm
@@ -202,7 +202,7 @@ our %CMD = ( # sorted in order of importance/use:
 
 'mail-diff' => [ '--stdin|LOCATION...', 'diff the contents of emails',
         'stdin|', # /|\z/ must be first for lone dash
-        qw(verbose|v+ color:s no-color raw-header),
+        qw(verbose|v+ in-format|F=s color:s no-color raw-header),
         @diff_opt, @net_opt, @c_opt ],
 
 'add-external' => [ 'LOCATION',