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 4CC531F5AE for ; Sat, 1 May 2021 06:21:17 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/5] lei: more UI/UX tweaks Date: Sat, 1 May 2021 06:21:12 +0000 Message-Id: <20210501062117.21617-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: 4/5 is an incompatible change of an incomplete feature 2/5 is something I noticed from using "lei up --all=local" Editing searches is less surprising, as lei.q.output updates and auto-conversion are now supported (since there's no "lei mv-search"). Eric Wong (5): xt/lei-onion-convert: test for NNTP+IMAP onions lei : distinguish between mset and l2m counts lei_saved_search: fix excess indent for first lei.q entry lei: rename ls-sync to ls-mail-sync lei edit-search: support relocating lei.q.output MANIFEST | 3 +- lib/PublicInbox/LEI.pm | 2 +- lib/PublicInbox/LeiConvert.pm | 5 +- lib/PublicInbox/LeiEditSearch.pm | 15 ++++- .../{LeiLsSync.pm => LeiLsMailSync.pm} | 4 +- lib/PublicInbox/LeiSavedSearch.pm | 53 +++++++++++++++- lib/PublicInbox/LeiToMail.pm | 36 ++++++----- lib/PublicInbox/LeiXSearch.pm | 18 ++++-- script/lei | 7 +++ t/lei-import-imap.t | 4 +- t/lei-import-maildir.t | 4 +- xt/lei-onion-convert.t | 61 +++++++++++++++++++ 12 files changed, 180 insertions(+), 32 deletions(-) rename lib/PublicInbox/{LeiLsSync.pm => LeiLsMailSync.pm} (93%) create mode 100644 xt/lei-onion-convert.t