summaryrefslogtreecommitdiff
path: root/mail/mhonarc/patches/patch-lib_mhamain.pl
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mhonarc/patches/patch-lib_mhamain.pl')
-rw-r--r--mail/mhonarc/patches/patch-lib_mhamain.pl13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/mhonarc/patches/patch-lib_mhamain.pl b/mail/mhonarc/patches/patch-lib_mhamain.pl
new file mode 100644
index 00000000000..44a3ed4ccb3
--- /dev/null
+++ b/mail/mhonarc/patches/patch-lib_mhamain.pl
@@ -0,0 +1,13 @@
+$NetBSD: patch-lib_mhamain.pl,v 1.1 2011/10/30 22:03:42 spz Exp $
+
+--- lib/mhamain.pl.orig 2011-01-09 16:18:35.000000000 +0000
++++ lib/mhamain.pl
+@@ -1561,7 +1561,7 @@ sub signal_catch {
+ ## Create Index2MsgId if not defined
+ ##
+ sub defineIndex2MsgId {
+- if (!defined(%Index2MsgId)) {
++ if (!%Index2MsgId) {
+ foreach (keys %MsgId) {
+ $Index2MsgId{$MsgId{$_}} = $_;
+ }