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-ASN: 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 199031F953 for ; Tue, 2 Nov 2021 18:14:46 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/3] lei: more coherent input handling Date: Tue, 2 Nov 2021 18:14:42 +0000 Message-Id: <20211102181445.1897-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Hopefully everything makes more sense to new users. Eric Wong (3): lei mail-diff: do not default to 'eml' lei: simplify common LeiInput users with ->wq1_start lei : stdin implies `-F eml' lib/PublicInbox/LEI.pm | 15 ++++++++++++++- lib/PublicInbox/LeiExportKw.pm | 7 +------ lib/PublicInbox/LeiForgetSearch.pm | 7 +------ lib/PublicInbox/LeiImport.pm | 7 +------ lib/PublicInbox/LeiLsMailSource.pm | 7 +------ lib/PublicInbox/LeiMailDiff.pm | 8 +------- lib/PublicInbox/LeiP2q.pm | 7 +------ lib/PublicInbox/LeiRediff.pm | 7 ++----- lib/PublicInbox/LeiRefreshMailSync.pm | 7 +------ lib/PublicInbox/LeiRm.pm | 7 ++----- lib/PublicInbox/LeiTag.pm | 11 +++-------- lib/PublicInbox/LeiUp.pm | 5 +---- 12 files changed, 29 insertions(+), 66 deletions(-)