From e83653bff93bfdcf33091200a42bc0b0b531c69d Mon Sep 17 00:00:00 2001 From: "Eric Wong (Contractor, The Linux Foundation)" Date: Tue, 13 Feb 2018 02:58:56 +0000 Subject: searchmsg: add mid_mime import for _extract_mid Oops, I guess this code was never called and may not be needed. But for now, import it so it can run properly. --- lib/PublicInbox/SearchMsg.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/PublicInbox') diff --git a/lib/PublicInbox/SearchMsg.pm b/lib/PublicInbox/SearchMsg.pm index afba8b1a..70aa7067 100644 --- a/lib/PublicInbox/SearchMsg.pm +++ b/lib/PublicInbox/SearchMsg.pm @@ -8,7 +8,7 @@ use strict; use warnings; use Search::Xapian; use Date::Parse qw/str2time/; -use PublicInbox::MID qw/mid_clean/; +use PublicInbox::MID qw/mid_clean mid_mime/; use PublicInbox::Address; sub new { -- cgit v1.2.3-24-ge0c7