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 600801F670 for ; Fri, 22 Oct 2021 08:22:47 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/3] lei: some cleanup stuff Date: Fri, 22 Oct 2021 08:22:44 +0000 Message-Id: <20211022082247.29763-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Sometimes users delete stuff, and ordering shouldn't matter. "lei fsck" should be easier to deal with if users have more cleanup mechanisms available to them. Eric Wong (3): lei export-kw: don't recreate deleted IMAP folders lei export-kw: completion returns all Maildir+IMAP lei forget-search: support --prune= Documentation/lei-forget-search.pod | 13 ++++++++ lib/PublicInbox/LEI.pm | 4 +-- lib/PublicInbox/LeiExportKw.pm | 13 +++++--- lib/PublicInbox/LeiForgetSearch.pm | 52 +++++++++++++++++++++++++++-- lib/PublicInbox/LeiUp.pm | 26 +++++++++------ lib/PublicInbox/NetReader.pm | 1 + t/lei-q-save.t | 7 ++++ xt/net_writer-imap.t | 15 +++++++-- 8 files changed, 110 insertions(+), 21 deletions(-)