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 D1DB01F8C8 for ; Sat, 2 Oct 2021 11:18:35 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/4] lei mail-diff and other small things Date: Sat, 2 Oct 2021 11:18:31 +0000 Message-Id: <20211002111835.19220-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: 1/4 doesn't matter, atm; 2/4 is something I finally got around to doing :x 3/4 is long overdue, I think (and a result of 2/4) Not sure why 4/4 wasn't done earlier, either, I guess I never notice missing blobs. Eric Wong (4): extsearchidx: attach_config: set {ibx_map} value to $ibx lei mail-diff: diagnostic command to diff mail contents content_hash: normalize whitespace before hashing addresses extsearchidx: emit diagnostics for missing blobs MANIFEST | 1 + lib/PublicInbox/ContentHash.pm | 7 +- lib/PublicInbox/ExtSearchIdx.pm | 8 ++- lib/PublicInbox/LEI.pm | 5 ++ lib/PublicInbox/LeiInput.pm | 6 ++ lib/PublicInbox/LeiMailDiff.pm | 111 ++++++++++++++++++++++++++++++++ lib/PublicInbox/LeiRediff.pm | 63 +++++++++--------- 7 files changed, 167 insertions(+), 34 deletions(-) create mode 100644 lib/PublicInbox/LeiMailDiff.pm