Summary: | "given folder name is empty" messages in akonadi's debug output | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Akonadi | Reporter: | S. Burmeister <sven.burmeister> |
Component: | Mixed Maildir resource | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dev+kde, faure, krammer, wstephenson |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
S. Burmeister
2011-11-07 10:30:58 UTC
I was asked in #kontact to confirm. I, too, have those messages, running KDE 4.7.3 on Gentoo with Akonadi Server 1.6.2. In fact, I started having problems reading mail with 4.7.3 which lead me to investigate in the first place. Example: akonadi_mixedmaildir_resource_0(3148)/akonadiresource (maildir) RetrieveItemsJob::Private::fetchChangedResult: Store fetch for changed item "1284562241.4844.wN6ZD:2,S" in collection -26 , "" did not return the expected item. error= 102 , "Given folder name is empty" akonadi_mixedmaildir_resource_0(3148)/akonadiresource (maildir): "Given folder name is empty" collection: Collection ID: -37 remote ID: "" name: "" url: KUrl("akonadi:?collection=-37") parent: -26 "" resource: "" rights: QFlags(0x1|0x2|0x4|0x8|0x10|0x20) contents mime type: () CachePolicy: inherit: true interval: -1 timeout: -1 sync on demand: false local parts: () CollectionStatistics: count: -1 unread count: -1 size: -1 The item in question is a file in one of my mailing list folders. Git commit c5fa16ce5af42cdfafb48dd2b6baa0b3f7c404a1 by David Faure. Committed on 10/02/2012 at 21:51. Pushed by dfaure into branch 'KDE/4.8'. Fix missing parent collection information in fetched items. This gave "Given folder name is empty" warnings, and made items technically inaccessible. Arriving 9 hours late in Osnabrueck at least gave me an opportunity to debug mixedmaildir with Kevin Krammer's help, in the train :-) M +11 -0 resources/mixedmaildir/mixedmaildirstore.cpp M +2 -0 resources/mixedmaildir/mixedmaildirstore.h M +5 -1 resources/mixedmaildir/retrieveitemsjob.cpp http://commits.kde.org/kdepim-runtime/c5fa16ce5af42cdfafb48dd2b6baa0b3f7c404a1 Git commit 0b928627827ef1c48e024ff3f8f68c684c915012 by Kevin Krammer, on behalf of David Faure. Committed on 10/02/2012 at 21:51. Pushed by krake into branch 'KDE/4.7'. Fix missing parent collection information in fetched items. This gave "Given folder name is empty" warnings, and made items technically inaccessible. Arriving 9 hours late in Osnabrueck at least gave me an opportunity to debug mixedmaildir with Kevin Krammer's help, in the train :-) M +11 -0 resources/mixedmaildir/mixedmaildirstore.cpp M +2 -0 resources/mixedmaildir/mixedmaildirstore.h M +5 -1 resources/mixedmaildir/retrieveitemsjob.cpp http://commits.kde.org/kdepim-runtime/0b928627827ef1c48e024ff3f8f68c684c915012 Git commit e85ec5a60fd6c17ae432be60a898010b0f848ca7 by David Faure. Committed on 10/02/2012 at 21:51. Pushed by dfaure into branch 'master'. Fix missing parent collection information in fetched items. This gave "Given folder name is empty" warnings, and made items technically inaccessible. Arriving 9 hours late in Osnabrueck at least gave me an opportunity to debug mixedmaildir with Kevin Krammer's help, in the train :-) (cherry picked from commit c5fa16ce5af42cdfafb48dd2b6baa0b3f7c404a1) M +11 -0 resources/mixedmaildir/mixedmaildirstore.cpp M +2 -0 resources/mixedmaildir/mixedmaildirstore.h M +5 -1 resources/mixedmaildir/retrieveitemsjob.cpp http://commits.kde.org/kdepim-runtime/e85ec5a60fd6c17ae432be60a898010b0f848ca7 |