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-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 A15FE1F5AE for ; Sat, 1 Aug 2020 08:12:27 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/4] cleanup some minor annoyances Date: Sat, 1 Aug 2020 08:12:23 +0000 Message-Id: <20200801081227.21412-1-e@yhbt.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Just some minor stuff I noticed while tracking down -watch failures resolved by https://public-inbox.org/meta/20200731213618.GA19572@dcvr/ Eric Wong (4): inboxwritable: mime_from_path: reduce `$/' scope and returns inboxwritable: rename mime_from_path to eml_from_path searchidx: remove v1-only msg_mime sub remove unnecessary ->header_obj calls lib/PublicInbox/ContentHash.pm | 15 +++++++------- lib/PublicInbox/Import.pm | 17 +++++++--------- lib/PublicInbox/InboxWritable.pm | 25 ++++++++++------------- lib/PublicInbox/MID.pm | 5 +---- lib/PublicInbox/OverIdx.pm | 9 ++++---- lib/PublicInbox/SearchIdx.pm | 30 ++++++++++++--------------- lib/PublicInbox/V2Writable.pm | 35 +++++++++++++++----------------- lib/PublicInbox/View.pm | 35 +++++++++++++++----------------- lib/PublicInbox/WatchMaildir.pm | 10 ++++----- lib/PublicInbox/WwwAtomStream.pm | 9 ++++---- script/public-inbox-edit | 15 +++++++------- script/public-inbox-mda | 2 +- t/search.t | 1 + 13 files changed, 92 insertions(+), 116 deletions(-)