| Summary: | Outbox directory is no longer created, which causes an startup error for KMail | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] Akonadi | Reporter: | Raymond Wooninck <tittiatcoke> |
| Component: | Mail Dispatcher Agent | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | major | CC: | ismail, vkrause |
| Priority: | NOR | ||
| Version First Reported In: | 4.8 | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Raymond Wooninck
2011-07-19 07:55:02 UTC
A quick test with a new user and (almost) the same kdepim-runtime version didn't reveal anything.
from the .xsession-errors:
void Akonadi::NotificationSource::addClientServiceName(const QString&) Notification source "AkonadiAgentServer" now serving: (":1.55", ":1.56", ":1.57")
Agent instance created in separate process.
Database "akonadi" opened using driver "QMYSQL"
AkonadiAgentServer(21562)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
akonadi_maildispatcher_agent(21532)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
akonadi_maildispatcher_agent(21532) OutboxQueue::Private::localFoldersChanged: Changed outbox to 4
akonadi_maildispatcher_agent(21532) OutboxQueue::Private::initQueue: Fetching items in collection 4
akonadi_maildispatcher_agent(21532) OutboxQueue::Private::localFoldersChanged: Requesting sent-mail folder
akonadi_maildispatcher_agent(21532) OutboxQueue::Private::localFoldersChanged: Requesting sent-mail folder
AkonadiAgentServer(21562) MaildirResource::maildirForCollection: Got incomplete ancestor chain: Collection ID: 4 remote ID: ""
name: "outbox"
url: KUrl("akonadi:?collection=4")
parent: 3 "/home/akonadi/.local/share/local-mail"
resource: "akonadi_maildir_resource_0"
rights: QFlags(0x1|0x2|0x4|0x8|0x10|0x20)
contents mime type: ("message/rfc822", "inode/directory")
CachePolicy:
inherit: true
interval: -1
timeout: 1
sync on demand: true
local parts: ("ENVELOPE")
CollectionStatistics:
count: -1
unread count: -1
size: -1
AkonadiAgentServer(21562)/akonadiresource (maildir) MaildirResource::collectionAdded: () ()
AkonadiAgentServer(21562)/akonadiresource (maildir) MaildirResource::collectionAdded: ("outbox") ()
akonadi_maildispatcher_agent(21532) OutboxQueue::Private::collectionFetched: Fetched 0 items.
AkonadiAgentServer(21562)/akonadiresource (maildir) MaildirResource::collectionAdded: ("outbox") ()
AkonadiAgentServer(21562)/akonadiresource (maildir) MaildirResource::collectionAdded: ("outbox", "sent-mail") ()
With the help of Christophe, I managed to find the real cause of the issue. It seems that the Akonadi-runtime package was not correctly build or contained errors. A local build of akonadi-runtime resolved the above mentioned issue and everything seemed to be working fine again. I am closing this bug report as resolved/invalid. |