From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 52E511F55F for ; Sat, 30 Sep 2023 00:36:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1696034176; bh=9wp1IYm0tdw8WbxB9dk4mqkoH2aZEHSKhELRkbe/tqc=; h=From:To:Subject:Date:From; b=vbFVgwHR794ph2DRoRzpzsEDTW8056svA7Z18w8LU6eMT1bd0Shn4z93CC0IvhzcP 4mLjsPGA7pKNy0dlytmwu7KllpDrQUbdYmH/2YRYKiUg0D9x9EijnWG4Vc4OBrXRS0 WZP2RBqpx2iZwbtVdXu40c83OcnJzRXH5fJhSiSg= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/2] lei: support reading inboxes & extindex w/o search Date: Sat, 30 Sep 2023 00:36:14 +0000 Message-Id: <20230930003616.3224311-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: This works on completely unindexed inboxes, even, as long as the inbox.lock (or ssoma.lock) file exists. Eric Wong (2): lei_input: always prefix `maildir:' internally lei convert: support reading from v1, v2, and extindex lib/PublicInbox/ExtSearch.pm | 6 +- lib/PublicInbox/LeiInput.pm | 113 ++++++++++++++++++++++++++--------- t/extsearch.t | 24 ++++++++ t/lei-convert.t | 40 +++++++++++++ 4 files changed, 153 insertions(+), 30 deletions(-)