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 2DD0A1F55F for ; Fri, 22 Sep 2023 21:13:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1695417196; bh=GymMIoYtzIhB57I7Vd4VUSWzFR251XN5a8acIHYzyVc=; h=From:To:Subject:Date:From; b=NNF0Ohq1MZW/srH2q2zmxJgcuSp07pXEHxks9eT2GZgas0IPXm+0fc6rdPZp1M2G1 CiIybM4IXllF6mgT1pDhHvEJtmhpRN8KSRYCvtVTN39UkKnCDongp6v6DDvmlp3zyO kX748L82ua7TOiolsnn6Ak/fPKzrCcX22mDxfGyU= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/4] small lei fixes Date: Fri, 22 Sep 2023 21:13:12 +0000 Message-ID: <20230922211316.3060039-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Only noticed while working on bigger fixes... Eric Wong (4): lei blob|rediff: fix usage of lei->fail lei: improve ->fail internal API lei_to_mail: drop awkward duplication of $lei object lei: use File::Temp for listing saved searches lib/PublicInbox/LEI.pm | 19 ++++++++++++------- lib/PublicInbox/LeiBlob.pm | 2 +- lib/PublicInbox/LeiRediff.pm | 2 +- lib/PublicInbox/LeiSavedSearch.pm | 20 +++++++++----------- lib/PublicInbox/LeiToMail.pm | 12 +++++------- 5 files changed, 28 insertions(+), 27 deletions(-)