From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id B1C761F5AF for ; Mon, 29 Mar 2021 07:08:25 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/3] lei input improvements Date: Mon, 29 Mar 2021 07:08:22 +0000 Message-Id: <20210329070825.14798-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: These affect the convert, import, mark sub-commands. Eric Wong (3): lei_input: avoid special case sub for --stdin lei: use IO::Uncompress::Gunzip MultiStream lei_input: treat ".eml" and ".patch" suffix as "eml" lib/PublicInbox/LeiConvert.pm | 1 - lib/PublicInbox/LeiImport.pm | 1 - lib/PublicInbox/LeiInput.pm | 33 +++++++++++++++++++-------------- lib/PublicInbox/LeiMark.pm | 1 - lib/PublicInbox/LeiRemote.pm | 2 +- lib/PublicInbox/LeiXSearch.pm | 2 +- t/lei-import.t | 2 +- t/lei-mark.t | 4 ++-- 8 files changed, 24 insertions(+), 22 deletions(-)