------- 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;
      }
_______________________________________________
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs

Reply via email to