Fix the #128 problem also for forwarding as attachement.

svn path=/trunk/kdenetwork/kmail/; revision=124401
wilder-work
Michael Haeckel 25 years ago
parent 9836467a13
commit 2b4e5f8368
  1. 3
      kmheaders.cpp

@ -1403,6 +1403,7 @@ void KMHeaders::forwardAttachedMsg ()
else if (msgList->count() == 1) {
KMMessage *msg = currentMsg();
fwdMsg->initFromMessage(msg);
fwdMsg->link(msg, KMMsgStatusForwarded);
}
fwdMsg->setAutomaticFields(true);
@ -1430,7 +1431,7 @@ void KMHeaders::forwardAttachedMsg ()
msgPart->setBodyEncoded(thisMsg->asString());
msgPart->setCharset("");
thisMsg->setStatus(KMMsgStatusForwarded);
// thisMsg->setStatus(KMMsgStatusForwarded);
win->addAttach(msgPart);
}

Loading…
Cancel
Save