CVS commit by staikos: had a crash here, not sure what the correct fix is at the moment. anyone care to look at it? M +2 -0 kmheaders.cpp 1.708 --- kdepim/kmail/kmheaders.cpp #1.707:1.708 @@ -2193,4 +2193,6 @@ void KMHeaders::contentsMouseMoveEvent( HeaderItem *item = static_cast(it.current()); KMMsgBase *msg = mFolder->getMsgBase(item->msgId()); + // FIXME: msg can be null here which crashes. I think it's a race + // because it's very hard to reproduce. (GS) MailSummary mailSummary( msg->getMsgSerNum(), msg->msgIdMD5(), msg->subject(), msg->fromStrip(),