Revision 531267
Go back to digest for 23rd April 2006Bug Fixes in KDE-PIM
David Faure committed changes in /branches/KDE/3.5/kdepim/kmail/kmfolder.cpp:
readConfig must be done before registerWithMessageDict, since that one can call writeConfig in some circumstances
(readFolderIds() returned -1, so invalidateFolder() was called,
which calls open/close, and close() calls updateIndex()+writeConfig() when mAutoCreateIndex is true.)
This should fix the frequent loss of folder settings.
File Changes
Modified 1 files
- /branches/KDE/3.5/kdepim/kmail/kmfolder.cpp
1 files changed in total