diff --git a/kmmessage.cpp b/kmmessage.cpp index 1a8513c48..8297b56f6 100644 --- a/kmmessage.cpp +++ b/kmmessage.cpp @@ -4341,7 +4341,7 @@ void KMMessage::updateBodyPart(const QString partSpecifier, const QByteArray & d mMsg->Body().Parse(); } mNeedsAssembly = true; - if (!( partSpecifier.endsWith(".HEADER") || partSpecifier.endsWith(".MIME") )) + if (! partSpecifier.endsWith(".HEADER") ) { // notify observers notify();