[Kde-pim] process akonadi_mixedmaildir_resource crashes
Guy Maurel
guy-kde at maurel.de
Wed Jul 20 18:06:02 BST 2011
Hello!
At the end of the kmail-migration, the process akonadi_mixedmaildir_resource crashes.
This occurs in the method:
SpecialCollectionsRequestJobPrivate::resourceScanResult( KJob *job )
because of the test:
if ( resourceId != mSpecialCollections->d->defaultResourceId() ) {
The variable resourceId has the value:
akonadi_mixedmaildir_resource_0
The method mSpecialCollections->d->defaultResourceId() returns the value:
akonadi_maildir_resource_0
The problem is (I think) that the variable:
mDefaultResourceId
defined in specialcollections_p.h, has no setter-method.
The only way to set the variable is to use the method
SpecialCollectionsPrivate::defaultResourceId()
which sets only if "isEmpty()"
Has anybody a suggestion to repair?
Thanks
--
guy
_______________________________________________
KDE PIM mailing list kde-pim at kde.org
https://mail.kde.org/mailman/listinfo/kde-pim
KDE PIM home page at http://pim.kde.org/
More information about the kde-pim
mailing list