mhonarc-dev

[Bug #2628] 'defcharset' element in resorce file is not function.

2003-02-20 21:10:34

=================== BUG #2628: LATEST MODIFICATIONS ==================
http://savannah.nongnu.org/bugs/?func=detailbug&bug_id=2628&group_id=1968

Changes by: Shigeru Nakamura <s-nakamu(_at_)ipa(_dot_)go(_dot_)jp>
Date: 2003-Feb-21 04:10 (GMT)

------------------ Additional Follow-up Comments ----------------------------
*** mhrcfile.pl.orig    2003-02-17 21:25:31.000000000 +0900
--- mhrcfile.pl 2003-02-21 12:29:55.000000000 +0900
***************
*** 877,883 ****
        }
        if ($elem eq 'defcharset') {            # Default charset
            $readmail::TextDefCharset = lc get_elem_last_line($handle, $elem);
!           $readmail::TextDefCharset = s/\s//g;
            $readmail::TextDefCharset = 'us-ascii'
                if $readmail::TextDefCharset eq '';
        }
--- 877,883 ----
        }
        if ($elem eq 'defcharset') {            # Default charset
            $readmail::TextDefCharset = lc get_elem_last_line($handle, $elem);
!           $readmail::TextDefCharset =~ s/\s//g;
            $readmail::TextDefCharset = 'us-ascii'
                if $readmail::TextDefCharset eq '';
        }




=================== BUG #2628: FULL BUG SNAPSHOT ===================


Submitted by: chuson                  Project: MHonArc                      
Submitted on: 2003-Feb-21 04:07
Category:  Resources                  Severity:  5 - Major                  
Bug Group:  Incorrect Behavior        Resolution:  None                     
Assigned to:  None                    Status:  Open                         
Platform Version:  Linux              Perl Version:  5.8.0                  
Component Version:  2.6.0             Fixed Release:                        

Summary:  'defcharset' element in resorce file is not function.

Original Submission:  

Follow-up Comments
*******************

-------------------------------------------------------
Date: 2003-Feb-21 04:10             By: chuson
*** mhrcfile.pl.orig    2003-02-17 21:25:31.000000000 +0900
--- mhrcfile.pl 2003-02-21 12:29:55.000000000 +0900
***************
*** 877,883 ****
        }
        if ($elem eq 'defcharset') {            # Default charset
            $readmail::TextDefCharset = lc get_elem_last_line($handle, $elem);
!           $readmail::TextDefCharset = s/\s//g;
            $readmail::TextDefCharset = 'us-ascii'
                if $readmail::TextDefCharset eq '';
        }
--- 877,883 ----
        }
        if ($elem eq 'defcharset') {            # Default charset
            $readmail::TextDefCharset = lc get_elem_last_line($handle, $elem);
!           $readmail::TextDefCharset =~ s/\s//g;
            $readmail::TextDefCharset = 'us-ascii'
                if $readmail::TextDefCharset eq '';
        }



CC list is empty


No files currently attached


For detailed info, follow this link:
http://savannah.nongnu.org/bugs/?func=detailbug&bug_id=2628&group_id=1968

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

<Prev in Thread] Current Thread [Next in Thread>