[Bug 140549] templates for forwarding do not work with inline mails

vondom stvdo at gmx.net
Wed Jun 27 23:24:01 BST 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=140549         




------- Additional Comments From stvdo gmx net  2007-06-28 00:24 -------
The fix might be a one-liner in kmail from 3.5.7 source:

--- kmail/kmcommands.cpp.orig	2007-06-28 00:00:03.934212337 +0200
+++ kmail/kmcommands.cpp	2007-06-28 00:07:06.571257413 +0200
 @ -1247,6 +1247,7  @
       KMail::Composer * win = KMail::makeComposer( fwdMsg, id );
       win->setCharset( fwdMsg->codec()->mimeName(), true );
       // win->setBody( QString::fromUtf8( msg->createForwardBody() ) );
+      win->setBody( fwdMsg->bodyToUnicode() );
       win->show();
     }
   }

But somebody should check that carefully ...



More information about the Kdepim-bugs mailing list