[Bug 115713] kmail crash checking mails (on startup)
Stephan Kulow <[email protected]>
| Newsgroups | gmane.comp.kde.devel.kmail |
|---|---|
| Message-ID | <[email protected]> |
------- 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=115713
coolo kde org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From coolo kde org 2007-03-21 10:14 -------
SVN commit 644903 by coolo:
can be 0
BUG: 115713
M +1 -1 kmmainwidget.cpp
--- branches/KDE/3.5/kdepim/kmail/kmmainwidget.cpp #644902:644903
@ -854,7 +854,7 @
KMFolder *folder = kmkernel->findFolderById( *it );
- if ( !folder->ignoreNewMail() ) {
+ if ( folder && !folder->ignoreNewMail() ) {
showNotification = true;
if ( GlobalSettings::self()->verboseNewMailNotification() ) {
summary += "<br>" + i18n( "1 new message in %1",