Fix counting of unnamed attachments.

svn path=/trunk/kdenetwork/kmail/; revision=72781
wilder-work
Michael Haeckel 26 years ago
parent 993c7b8f6d
commit da9dec37f2
  1. 1
      kmmessage.cpp

@ -1711,6 +1711,7 @@ void KMMessage::bodyPart(int aIdx, KMMessagePart* aPart) const
// If the DwBodyPart was found get the header fields and body
if (part)
{
aPart->setName("");
headers = &part->Headers();
// Content-type

Loading…
Cancel
Save