unofficial mirror of meta@public-inbox.org
 help / color / mirror / Atom feed
* [PATCH] mda: remove unnecessary import
@ 2015-08-23 18:51 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2015-08-23 18:51 UTC (permalink / raw)
  To: meta

Relying on Email::MIME means encoding is handled transparently
for us.
---
 lib/PublicInbox/MDA.pm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/PublicInbox/MDA.pm b/lib/PublicInbox/MDA.pm
index fe04ded..c8ae620 100644
--- a/lib/PublicInbox/MDA.pm
+++ b/lib/PublicInbox/MDA.pm
@@ -4,7 +4,6 @@ package PublicInbox::MDA;
 use strict;
 use warnings;
 use Email::Address;
-use Encode qw/decode/;
 use Date::Parse qw(strptime);
 use constant MAX_SIZE => 1024 * 500; # same as spamc default, should be tunable
 use constant cmd => qw/ssoma-mda -1/;
-- 
EW


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-08-23 18:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-23 18:51 [PATCH] mda: remove unnecessary import Eric Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).