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 9C0A91F5AE for ; Sat, 12 Jun 2021 00:10:45 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/5] lei ls-mail-source-related things Date: Sat, 12 Jun 2021 00:10:40 +0000 Message-Id: <20210612001045.22344-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: A couple of minor usability things that'll make "lei import" easier for bash completion users. Eric Wong (5): lei: stop pager early on exit lei ls-mail-source: write through to URL folder cache t/lei-import-http: quiet unnecessary diag message lei import: use url_folder_cache for completion net_reader: canonicalize URL args on add_url lib/PublicInbox/LEI.pm | 10 ++++++- lib/PublicInbox/LeiImport.pm | 11 +++++--- lib/PublicInbox/LeiIndex.pm | 2 +- lib/PublicInbox/LeiLsMailSource.pm | 42 ++++++++++++++++++++++++++++-- lib/PublicInbox/NetReader.pm | 2 ++ lib/PublicInbox/SharedKV.pm | 13 +++++++-- t/lei-import-http.t | 2 -- 7 files changed, 71 insertions(+), 11 deletions(-)