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

List:       kde-commits
Subject:    Re: branches/KDE/3.5/kdepim/kmail
From:       Michael Seiwert <mseiwert () hbv ! de>
Date:       2006-05-27 16:07:27
Message-ID: 200605271807.27838.mseiwert () hbv ! de
[Download RAW message or body]

Hi,

May this bug  be fixed with this commit ?

https://bugs.kde.org/show_bug.cgi?id=126715

Very best reagrds

Michael

Am Samstag 27 Mai 2006 17:57 schrieb Ingo Klöcker:
> SVN commit 545471 by kloecker:
>
> Don't crash if msg is 0. Bug found by Akonadi.
>
>  M  +1 -1      imapjob.cpp
>
>
> --- branches/KDE/3.5/kdepim/kmail/imapjob.cpp #545470:545471
> @@ -276,7 +276,7 @@
>  {
>    KMMessage *msg = mMsgList.first();
>    KMFolderImap *msgParent = msg ?
> static_cast<KMFolderImap*>(msg->storage()) : 0; -  if ( !msgParent ||
> msg->UID() == 0 )
> +  if ( !msgParent || !msg || msg->UID() == 0 )
>    {
>      // broken message
>      emit messageRetrieved( 0 );


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

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