[Bug 149766] kmail crashes when reading my kmailrc file from kmail version 3.5.5
Nils Schmeisser
n.schmeisser at fzd.de
Wed Mar 19 14:38:11 GMT 2008
------- 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=149766
------- Additional Comments From n.schmeisser fzd de 2008-03-19 15:38 -------
I can reproduce this error as for KMail 1.9.9 (KDE 3.5.9) of Kubuntu package
To cross check: in kmailicalifaceimpl.cpp:1623 (this is kdepim-3.5.7 source)
KMAcctCachedImap::GroupwareType groupwareType = dynamic_cast<KMFolderCachedImap *>( folderParent->storage() )->account()->groupwareType();
is invoked which invokes KMFolderCachedImap::account () ???.
As I have an IMAP server I removed this line and replaced it by:
KMAcctCachedImap::GroupwareType groupwareType = KMAcctCachedImap::GroupwareNone;
Now kmail starts fine, groupware function can be set. Folder types can be
set BUT: still no access to IMAP ressources from korganizer nor kaddressbook.
My kmailrc (relevant part) looks like this:
[GroupwareFolderInfo]
.1772865749.directory/Aufgaben-storageFormat=icalvcard
.1772865749.directory/Journal-storageFormat=icalvcard
.1772865749.directory/Kalender-storageFormat=icalvcard
.1772865749.directory/Kontakte-storageFormat=icalvcard
.1772865749.directory/Notizen-storageFormat=icalvcard
[IMAP Resource]
Enabled=true
Folder Language=1
HideGroupwareFolders=false
TheIMAPResourceAccount=1772865749
TheIMAPResourceEnabled=false
TheIMAPResourceFolderLanguage=1
TheIMAPResourceFolderParent=1772865749
ID's are correct, strangly TheIMAPResourceFolderParent looks different
than anywhere else described (should look like .1772865749.directory ???)
Hope this helps to track down the error.
More information about the Kdepim-bugs
mailing list