Bug 154635

Summary: incorrect set prefCharset in decodeRFC2047String
Product: [Applications] kmail Reporter: Artyom Mirgorodsky <man>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: FreeBSD   
Latest Commit: Version Fixed In:

Description Artyom Mirgorodsky 2007-12-26 17:19:33 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
OS:                FreeBSD

410c410
<       if ( kasciistricmp( prefCharset.data(), "us-ascii" ) ) {
---
>       if ( kasciistricmp( prefCharset.data(), "us-ascii" ) == 0) {
        charsetName = "utf-8";
      } else {
        charsetName = prefCharset;
      }
Comment 1 Allen Winter 2007-12-26 17:53:04 UTC
SVN commit 753090 by winterz:

fix check for us-ascii in decodeRFC2047String
BUG: 154635


 M  +11 -12    kmmsgbase.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=753090