From: Eric Wong (Contractor, The Linux Foundation) Date: Tue, 13 Feb 2018 02:58:56 +0000 (+0000) Subject: searchmsg: add mid_mime import for _extract_mid X-Git-Tag: v1.1.0-pre1~246 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=e83653bff93bfdcf33091200a42bc0b0b531c69d;p=public-inbox.git 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. --- 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 {