Seems something broke redrawing of the email so I have to live with a bit more flickering

when loading attachments on demand. Please check if that fixes the attachment thingy.
CCMAIL: 85288@bugs.kde.org

svn path=/trunk/kdepim/; revision=334925
wilder-work
Carsten Burghardt 22 years ago
parent fcd3c73a53
commit 477c81b032
  1. 2
      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();

Loading…
Cancel
Save