[Bug 154635] New: incorrect set prefCharset in decodeRFC2047String
Artyom Mirgorodsky
man at alkar.net
Wed Dec 26 16:19:33 GMT 2007
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=154635
Summary: incorrect set prefCharset in decodeRFC2047String
Product: kmail
Version: unspecified
Platform: Compiled Sources
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: kdepim-bugs kde org
ReportedBy: man alkar net
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;
}
More information about the Kdepim-bugs
mailing list