about summary refs log tree commit homepage
path: root/lib/PublicInbox/LeiInput.pm
DateCommit message (Expand)
2021-03-29lei_input: support compressed mboxes
2021-03-29lei_input: treat ".eml" and ".patch" suffix as "eml"
2021-03-29lei_input: avoid special case sub for --stdin
2021-03-26lei: support /dev/fd/[0-2] inputs and outputs in daemon
2021-03-24lei_input: more common code between <mark|convert|import>
2021-03-24lei: hide *_atfork_child from command-line
2021-03-24lei mark: command for (un)setting keywords and labels
2021-03-23lei_input: drop "From " line on single "eml" (message/rfc822)
2021-03-23lei_input: common filehandle reader for eml + mbox
2021-03-23mbox_reader: add ->reads method to avoid nonsensical formats
2021-03-23lei: share input code between convert and import