Revision 732898

Go back to digest for 11th November 2007

Bug Fixes in KDE-PIM

Matt Rogers committed changes in /trunk/KDE/kdepim/kmail:

Fix the crashes when viewing messages.

The fix in kmacctimap.cpp is to prevent double incrementing which moves us past the end of the list, and then we dereference it, then crashing.

The fix in kmmainwidget.cpp is to make sure that FolderJobs (and ergo, ImapJobs) always get an account to remove themselves from when it's time for them to die. (The account is referenced either through the destination folder or the source folder).

File Changes

Modified 2 files
  • /trunk/KDE/kdepim/kmail
  •   /kmacctimap.cpp
  •   /kmmainwidget.cpp
2 files changed in total