[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE_3_1_BRANCH: kdenetwork/kmail
From:       Ingo Klöcker <ingo.kloecker () epost ! de>
Date:       2003-03-31 21:59:57
[Download RAW message or body]

CVS commit by kloecker: 

Backport fix for bug 56570: kmail doesn't show non-mime Japanese message


  M +2 -1      kmmsgpart.cpp   1.89.2.3


--- kdenetwork/kmail/kmmsgpart.cpp  #1.89.2.2:1.89.2.3
@@ -9,4 +9,5 @@
 #include "kmmsgpart.h"
 #include "kmmessage.h"
+#include "kmkernel.h"
 
 #include <kmime_charfreq.h>
@@ -294,5 +295,5 @@ const QTextCodec * KMMessagePart::codec(
   QTextCodec * c = KMMessage::codecForName( charset() );
   if ( !c )
-    c = QTextCodec::codecForName("iso-8859-1");
+    c = kernel->networkCodec();
   assert( c );
   return c;


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic