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

Allen Winter winter at kde.org
Mon Jul 9 18:18:23 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         
winter kde org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From winter kde org  2007-07-09 19:18 -------
SVN commit 685749 by winterz:

fix templates for forwarding do not work with inline mails
Thanks to vondom for providing the patch, and thanks
to everyone who tested.

We very few KDEPIM developers are currently swamped with KDE4
and "real life" so the extra help really is appreciated.

BUGS: 140549


 M  +1 -1      kmcommands.cpp  


--- branches/KDE/3.5/kdepim/kmail/kmcommands.cpp #685748:685749
 @ -1246,7 +1246,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();
     }
   }



More information about the Kdepim-bugs mailing list