]> Sergey Matveev's repositories - public-inbox.git/commit
eml: keep body if no headers are found
authorEric Wong <e@80x24.org>
Tue, 26 Oct 2021 10:35:51 +0000 (10:35 +0000)
committerEric Wong <e@80x24.org>
Tue, 26 Oct 2021 17:43:52 +0000 (17:43 +0000)
commit584721cf9c98beabce9b779faafa1eabb5c24de6
tree1d5c0978fc275bcc2f1b7712904e28ff844fa3e0
parent273090c96e3b5c214605decf5a755546116cc9bd
eml: keep body if no headers are found

This easily allows us to treat "git diff" output as header-less
"messages" for commands such as "lei p2q".
lib/PublicInbox/Eml.pm
t/eml.t
t/mbox_reader.t