]> Sergey Matveev's repositories - public-inbox.git/commitdiff
searchmsg: add mid_mime import for _extract_mid
authorEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Tue, 13 Feb 2018 02:58:56 +0000 (02:58 +0000)
committerEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Tue, 13 Feb 2018 02:58:56 +0000 (02:58 +0000)
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

index afba8b1a814c92c978c37c1ec3f44ea5b6a443e9..70aa70674f8da9a8cd62145b9ed726d484f087e6 100644 (file)
@@ -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 {