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 A8E911F4B4 for ; Tue, 5 Jan 2021 09:04:37 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/4] more lei usability stuff Date: Tue, 5 Jan 2021 09:04:33 +0000 Message-Id: <20210105090437.22801-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Eric Wong (4): lei: completion: fix filename completion lei: automatic pager support lei: use client env as-is, drop daemon-env command address: pairs: new helper for JMAP (and maybe lei) contrib/completion/lei-completion.bash | 2 +- lib/PublicInbox/Address.pm | 11 ++++- lib/PublicInbox/AddressPP.pm | 21 ++++++++ lib/PublicInbox/LEI.pm | 68 +++++++++++++++----------- t/address.t | 33 ++++++++++--- t/lei.t | 30 +----------- 6 files changed, 100 insertions(+), 65 deletions(-)