CVS_SILENT arf

svn path=/branches/KDE_3_4_BRANCH/kdepim/; revision=401966
wilder-work
Till Adam 21 years ago
parent 79347cfb63
commit 1b4c04d29c
  1. 2
      kmcommands.cpp

@ -1210,7 +1210,7 @@ KMCommand::Result KMForwardCommand::execute()
// Only replace the body if this is a multipart mail or if the main part is only
// the text part. This avoids scrambling top level text/calendar mails, for example.
if ( fwdMsg->typeStr().lower() == "multipart" ||
( fwdMsg->typeStr().lower() == "text" && fwdMsg->subtypeStr().lower() == "plain") ) {
( fwdMsg->typeStr().lower() == "text" && fwdMsg->subtypeStr().lower() == "plain" ) ) {
win->setBody( QString::fromUtf8( msg->createForwardBody() ) );
}
win->show();

Loading…
Cancel
Save