Bug 154635 - incorrect set prefCharset in decodeRFC2047String
Summary: incorrect set prefCharset in decodeRFC2047String
Status: RESOLVED FIXED
Alias: None
Product: kmail
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources FreeBSD
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-26 17:19 UTC by Artyom Mirgorodsky
Modified: 2007-12-26 17:53 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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