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 A5CE01F5AE for ; Sun, 30 May 2021 06:33:58 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/4] lei lcat usability things Date: Sun, 30 May 2021 06:33:54 +0000 Message-Id: <20210530063358.25095-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Nothing major, just some things to make lcat nicer for the inevitable network outages to come Eric Wong (4): lei lcat+inspect: start wiring up completion lei lcat: allow IMAP folder URLs w/o UIDVALIDITY lei lcat: support maildir:... paths, too lei: support implicit stdin by default lib/PublicInbox/LEI.pm | 12 ++++++++++-- lib/PublicInbox/LeiInspect.pm | 8 ++++++++ lib/PublicInbox/LeiLcat.pm | 33 ++++++++++++++++++++++++++++++--- lib/PublicInbox/LeiRediff.pm | 1 - lib/PublicInbox/LeiRm.pm | 1 - t/lei-import-imap.t | 3 +++ t/lei-p2q.t | 4 ++++ 7 files changed, 55 insertions(+), 7 deletions(-)