CVS commit by kloecker: Backport: Ensure that a message is correctly and fully parsed if it is re-added to a folder after editting the message is aborted. M +2 -0 kmcomposewin.cpp 1.770.2.5 --- kdepim/kmail/kmcomposewin.cpp #1.770.2.4:1.770.2.5 @@ -300,4 +300,6 @@ KMComposeWin::~KMComposeWin() mAutoDeleteMsg = FALSE; mFolder->addMsg(mMsg); + // Ensure that the message is correctly and fully parsed + mFolder->unGetMsg( mFolder->count() - 1 ); emit messageQueuedOrDrafted(); }