CVS commit by faure: "what about serial number ?" well, if you don't know, set it to 0, or valgrind will complain (and the app crash, possibly). M +1 -0 kmmessage.cpp 1.364 --- kdenetwork/kmail/kmmessage.cpp #1.363:1.364 @@ -118,4 +118,5 @@ void KMMessage::assign( const KMMessage& //mFileName = ""; // we might not want to copy the other messages filename (?) //mMsgSerNum = other.mMsgSerNum; // what about serial number ? + mMsgSerNum = 0; //KMMsgBase::assign( &other ); }