mhonarc-dev

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

2003-02-21 21:42:50

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

Changes by: Earl Hood <earl(_at_)earlhood(_dot_)com>
Date: 2003-Feb-21 22:42 (US/Central)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Fixed
         Assigned to | None                      | ehood
              Status | Open                      | Closed
       Fixed Release |                           | 2.6.1


------------------ Additional Follow-up Comments ----------------------------
Correction to mhrcfile.pl has been commited into CVS and
will be available in the next snapshot build and in the
next release.



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


Submitted by: chuson                  Project: MHonArc                      
Submitted on: 2003-Feb-20 22:07
Category:  Resources                  Severity:  5 - Major                  
Bug Group:  Incorrect Behavior        Resolution:  Fixed                    
Assigned to:  ehood                   Status:  Closed                       
Platform Version:  Linux              Perl Version:  5.8.0                  
Component Version:  2.6.0             Fixed Release:  2.6.1                 

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

Original Submission:  

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

-------------------------------------------------------
Date: 2003-Feb-21 22:42             By: ehood
Correction to mhrcfile.pl has been commited into CVS and
will be available in the next snapshot build and in the
next release.

-------------------------------------------------------
Date: 2003-Feb-20 22: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>