| Summary: | Impossible to select the 'destination folder' | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] Akonadi | Reporter: | Christophe Marin <christophe> |
| Component: | POP3 Resource | Assignee: | Thomas McGuire <mcguire> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | pim-bugs-null, vkrause |
| Priority: | NOR | ||
| Version First Reported In: | 4.5 | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | akonadi_pop3 dialog | ||
SVN commit 1085218 by tmcguire: I don't understand why, but the CollectionDialog is disabled, even after enabling the CollectionRequester. Work around this by not disabling CollectionRequester. There is a chance the collection fetch takes some time, so there can now be a race between the resource and the user setting the collection. BUG: 225496 M +0 -3 accountdialog.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1085218 SVN commit 1085219 by tmcguire: Backport r1085218 by tmcguire from trunk to the 4.4 branch: I don't understand why, but the CollectionDialog is disabled, even after enabling the CollectionRequester. Work around this by not disabling CollectionRequester. There is a chance the collection fetch takes some time, so there can now be a race between the resource and the user setting the collection. CCBUG: 225496 M +0 -3 accountdialog.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1085219 |
Created attachment 40525 [details] akonadi_pop3 dialog Using trunk (r1084972). When adding a pop3 account, the destination folder on the 'Advanced' tab cannot be changed. SS attached.