[Kde-pim] BR 140549: templates for forwarding do not work with inline mails
Allen Winter
winter at kde.org
Thu Jun 28 14:33:49 BST 2007
Howdy,
This bug has over 500 votes and has been a real irritant.
But vondom posted a patch for it last night. A 1-liner:
-- 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();
}
}
I'd like to know if we can commit this patch.
??
-Allen
_______________________________________________
kde-pim mailing list
kde-pim at kde.org
https://mail.kde.org/mailman/listinfo/kde-pim
kde-pim home page at http://pim.kde.org/
More information about the kde-pim
mailing list