https://bugs.kde.org/show_bug.cgi?id=292418
András Manţia <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED CC| |[email protected] Resolution|FIXED |--- --- Comment #15 from András Manţia <[email protected]> --- Reopening it, as the fix: a) doesn't work (as it cannot work) b) introduces a regression: if the IMAP server doesn't support ACL's with this change the INBOX will become read-only. That happens because the root.setRights( Akonadi::Collection::CanCreateCollection ); call on a Collection that had no previous right set explicitely actually *removes* the rights and replaces with the only set right. See Collection::setRights and Collection::rights. And it doesn't work, as the default right for the collection is anyway AllRights, so doing the above call cannot fix the issue. Laurent, I will revert the change in master and 4.9. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Kdepim-bugs mailing list [email protected] https://mail.kde.org/mailman/listinfo/kdepim-bugs
