diff options
Diffstat (limited to 'mail/mhonarc/patches/patch-lib_mhtxthtml.pl')
-rw-r--r-- | mail/mhonarc/patches/patch-lib_mhtxthtml.pl | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/mhonarc/patches/patch-lib_mhtxthtml.pl b/mail/mhonarc/patches/patch-lib_mhtxthtml.pl new file mode 100644 index 00000000000..f243a46fbc5 --- /dev/null +++ b/mail/mhonarc/patches/patch-lib_mhtxthtml.pl @@ -0,0 +1,14 @@ +$NetBSD: patch-lib_mhtxthtml.pl,v 1.1 2011/10/30 22:03:42 spz Exp $ + +--- lib/mhtxthtml.pl.orig 2011-01-09 16:12:14.000000000 +0000 ++++ lib/mhtxthtml.pl +@@ -152,7 +152,8 @@ sub filter { + my $subdir = $args =~ /\bsubdir\b/i; + my $norelate = $args =~ /\bdisablerelated\b/i; + my $atdir = $subdir ? $mhonarc::MsgPrefix.$mhonarc::MHAmsgnum : ""; +- my $tmp, $i; ++ my $tmp; ++ my $i; + + my $charset = $fields->{'x-mha-charset'}; + my($charcnv, $real_charset_name) = |