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 94BBE1F5AE for ; Thu, 17 Jun 2021 22:00:47 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/3] lei: internal bug fixups Date: Thu, 17 Jun 2021 22:00:44 +0000 Message-Id: <20210617220047.11225-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Still chasing some oddness in day-to-day usage; but I think 3/3 is safe (1/3 helped me inspect things) Eric Wong (3): lei inspect: learn "num:" and "docid:" prefixes lei_input: prefix bare Maildir paths w/ "maildir:" lei/store: cull redundant docids based on blob OID lib/PublicInbox/LeiInput.pm | 3 +- lib/PublicInbox/LeiInspect.pm | 73 +++++++++++++++++++++++++++++++++++ lib/PublicInbox/LeiStore.pm | 54 +++++++++++++++++--------- lib/PublicInbox/SearchIdx.pm | 2 +- 4 files changed, 111 insertions(+), 21 deletions(-)