about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong (Contractor, The Linux Foundation) <e@80x24.org>2018-02-13 02:58:56 +0000
committerEric Wong (Contractor, The Linux Foundation) <e@80x24.org>2018-02-13 02:58:56 +0000
commite83653bff93bfdcf33091200a42bc0b0b531c69d (patch)
tree3d0bbd1aa748ffd39981a8e27125d0ed7dff8a2e /lib
parentccafffd2888ae58be036b35e2323c2126fa633c9 (diff)
downloadpublic-inbox-e83653bff93bfdcf33091200a42bc0b0b531c69d.tar.gz
Oops, I guess this code was never called and may not be
needed.  But for now, import it so it can run properly.
Diffstat (limited to 'lib')
-rw-r--r--lib/PublicInbox/SearchMsg.pm2
1 files changed, 1 insertions, 1 deletions
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 {