mhonarc-commits
[Top] [All Lists]

CVS: mhonarc/MHonArc/lib mhamain.pl,2.102,2.103

2014-04-28 02:04:46
Update of mhonarc/MHonArc/lib
Modified Files:
	mhamain.pl 
Log Message:
Bug #42218: Updated delmsg_from_hashes() function so entries in %FromName
and %FromAddr are removed when a message is removed.


======================================================================
FILE: mhonarc/MHonArc/lib/mhamain.pl
<http://www.mhonarc.org/cgi-bin/viewcvs.cgi/*checkout*/mhonarc/MHonArc/lib/mhamain.pl?rev=2.103>

<http://www.mhonarc.org/cgi-bin/viewcvs.cgi/mhonarc/MHonArc/lib/mhamain.pl.diff?r1=2.102&r2=2.103&diff_format=h>
--- mhamain.pl	22 Apr 2014 02:33:10 -0000	2.102
+++ mhamain.pl	28 Apr 2014 07:04:43 -0000	2.103
@@ -8,5 +8,5 @@
 ##---------------------------------------------------------------------------##
 ##    MHonArc -- Internet mail-to-HTML converter
-##    Copyright (C) 1995-2012   Earl Hood, mhonarc(_at_)mhonarc(_dot_)org
+##    Copyright (C) 1995-2012,2014  Earl Hood, mhonarc(_at_)mhonarc(_dot_)org
 ##
 ##    This program is free software; you can redistribute it and/or modify
@@ -30,5 +30,5 @@
 require 5;
 
-$VERSION = '2.6.19';
+$VERSION = '2.6.19+';
 $VINFO =<<EndOfInfo;
   MHonArc v$VERSION (Perl $] $^O)
@@ -1486,4 +1486,6 @@
     delete $ExtraHFields{$key};
     delete $MsgId{$Index2MsgId{$key}};
+    delete $FromName{$key};
+    delete $FromAddr{$key};
 
     my $derived = $Derived{$key};

---------------------------------------------------------------------
To sign-off this list, send email to majordomo(_at_)mhonarc(_dot_)org with the
message text UNSUBSCRIBE MHONARC-COMMITS