diff --git a/kmcommands.cpp b/kmcommands.cpp index 1accd9d33..e66f76aa3 100644 --- a/kmcommands.cpp +++ b/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();