]> Sergey Matveev's repositories - public-inbox.git/blobdiff - scripts/import_vger_from_mbox
use PublicInbox::MIME consistently
[public-inbox.git] / scripts / import_vger_from_mbox
index 1308483599ead8007ad884422ff9a44f6a3a4a5e..8f0ec7cd8ae2227565338008ed9bccd0fcbadfb1 100644 (file)
@@ -5,8 +5,7 @@ use strict;
 use warnings;
 use Getopt::Long qw/:config gnu_getopt no_ignore_case auto_abbrev/;
 use Date::Parse qw/str2time/;
-use Email::MIME;
-$Email::MIME::ContentType::STRICT_PARAMS = 0; # user input is imperfect
+use PublicInbox::MIME;
 use PublicInbox::Inbox;
 use PublicInbox::V2Writable;
 use PublicInbox::Import;