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 555E21F9FD for ; Tue, 23 Feb 2021 10:01:16 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/3] lei -C DIR and more Date: Tue, 23 Feb 2021 04:01:13 -0600 Message-Id: <20210223100116.19927-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Like git, make, and tar: "lei -C DIR" now works. I may add "lei -c config.key=config.val" for IMAP / NNTP support, too (working on NNTP). Eric Wong (3): lei: support "-C" to chdir in all sub commands lei q: reduce default lei2mail workers lei_to_mail: remove unused OnDestroy import lib/PublicInbox/LEI.pm | 74 +++++++++++++++++++++--------------- lib/PublicInbox/LeiQuery.pm | 6 ++- lib/PublicInbox/LeiToMail.pm | 1 - t/lei-externals.t | 22 +++++++++++ t/lei.t | 4 ++ 5 files changed, 74 insertions(+), 33 deletions(-)