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 31A0E1F4B4 for ; Tue, 20 Apr 2021 07:16:55 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/2] lei {edit,forget}-search Date: Tue, 20 Apr 2021 07:16:53 +0000 Message-Id: <20210420071655.22700-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Some convenience commands, since I expect users will want to tweak and experiment with things. I don't think "mv-search" (formerly "mv-query") is necessary since it's easy enough to use "lei convert" (testing anything requiring authentication is not fun nor easily automated, atm). Eric Wong (2): lei forget-search: new command to forget saved searches lei edit-search: command to tweak search parameters MANIFEST | 2 ++ lib/PublicInbox/LEI.pm | 6 ++++-- lib/PublicInbox/LeiEditSearch.pm | 25 +++++++++++++++++++++++ lib/PublicInbox/LeiForgetSearch.pm | 32 ++++++++++++++++++++++++++++++ t/lei-q-save.t | 11 ++++++++++ 5 files changed, 74 insertions(+), 2 deletions(-) create mode 100644 lib/PublicInbox/LeiEditSearch.pm create mode 100644 lib/PublicInbox/LeiForgetSearch.pm