mhonarc-commits
[Top] [All Lists]

CVS: mhonarc/MHonArc/lib readmail.pl,2.34,2.35

2004-03-10 15:01:38
Update of /home/users/mhonarc.org/ehood/cvs/mhonarc/mhonarc/MHonArc/lib
In directory denethor.mallorn.com:/tmp/cvs-serv32664

Modified Files:
	readmail.pl 
Log Message:
Fixed call to encoding function in MAILdecode_1522_str() where
the real charset was not gettinng passed in by the charset defined
in the encoding.


Index: readmail.pl
===================================================================
RCS file: /home/users/mhonarc.org/ehood/cvs/mhonarc/mhonarc/MHonArc/lib/readmail.pl,v
retrieving revision 2.34
retrieving revision 2.35
diff -C2 -r2.34 -r2.35
*** readmail.pl	17 Oct 2003 22:08:45 -0000	2.34
--- readmail.pl	10 Mar 2004 22:01:33 -0000	2.35
***************
*** 385,389 ****
  	    $strtxt =~ s/_/ /g;
  	    $strtxt =  &$dec($strtxt);
! 	    &$encfunc(\$strtxt, $charset, $TextEncode);
  	    $ret   .= $strtxt;
  
--- 385,389 ----
  	    $strtxt =~ s/_/ /g;
  	    $strtxt =  &$dec($strtxt);
! 	    &$encfunc(\$strtxt, $real_charset, $TextEncode);
  	    $ret   .= $strtxt;
  

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