[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kmail-devel
Subject:    [Bug 126060] Crash when IMAP mailbox modified externally
From:       Ismail Onur Filiz <onurf () su ! sabanciuniv ! edu>
Date:       2006-04-22 8:53:07
Message-ID: 20060422085307.15887.qmail () ktown ! kde ! org
[Download RAW message or body]

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=126060         




------- Additional Comments From onurf su sabanciuniv edu  2006-04-22 10:53 -------
Crash fixed by:

SVN commit 532593 by burghard:

At least do not crash when getMsg returns 0. BUGS: 126060

 M  +1 -1      kmheaders.cpp  


--- branches/KDE/3.5/kdepim/kmail/kmheaders.cpp #532592:532593
 @ -2041,7 +2041,7  @
 
   int idx = item->msgId();
   KMMessage *msg = mFolder->getMsg(idx);
-  if (!msg->transferInProgress())
+  if (msg && !msg->transferInProgress())
   {
     emit activated(mFolder->getMsg(idx));
   }
_______________________________________________
KMail developers mailing list
KMail-devel@kde.org
https://mail.kde.org/mailman/listinfo/kmail-devel
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic