| Summary: | R: Imap do not sync anymore after modifying local subscription | ||
|---|---|---|---|
| Product: | [Unmaintained] KMail Mobile | Reporter: | Sabine Faure <sabine> |
| Component: | general | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | CLOSED FIXED | ||
| Severity: | normal | CC: | bjoern.ricks |
| Priority: | HI | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Sabine Faure
2010-09-24 19:07:02 UTC
The work around only works a few times after that the Imap resource does not answer to anything anymore. Here is the error I keep seeing in the terminal: akonadi_imap_resource_0(12357)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig: akonadi_imap_resource_0(12357) RetrieveCollectionsTask::onMailBoxesReceived: Dummy collection created: "/shared.builds" akonadi_imap_resource_0(12357) RetrieveCollectionsTask::onMailBoxesReceived: Received the real collection for a dummy one : "/shared.builds" akonadi_imap_resource_0(12357) RetrieveCollectionsTask::onMailBoxesReceived: Dummy collection created: "/user" akonadi_imap_resource_0(12357) RetrieveCollectionsTask::onMailBoxesReceived: Dummy collection created: "/user/dfaure" akonadi_imap_resource_0(12357) RetrieveCollectionsTask::onMailBoxesReceived: Dummy collection created: "/user/dfaure/Calendar" Error during executing query "INSERT INTO CollectionTable (remoteId, remoteRevision, name, parentId, resourceId, cachePolicyInherit) VALUES (:0, :1, :2, :3, :4, :5)" : "constraint failed Unable to fetch row" Error during insertion into table "CollectionTable" "constraint failed Unable to fetch row" found 16 item parts to expire in collection "trash" N900, 4:4.5~20100924.1179066-1maemo1.1177763 SVN commit 1187407 by vkrause: When syncing collection trees in resources we need to consider locally unsubscribed folders as well, otherwise the resource (being unaware of local subscription) might try to re-create the missing folders, which will of course fail. BUG: 252273 M +1 -0 collectionsync.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1187407 It is corrected now. After unchecking a folder from the Manage Local Subscriptions dialogue, the Imap resource now syncs fine and the unchecked folder is no longer displayed in folder view. N900, 4:4.6~20101021.1188097-1maemo1.1187374 |