[Akonadi] [Bug 352502] .local/share/local-mail has to be the top level of local folders!
Igor Poboiko
bugzilla_noreply at kde.org
Mon Apr 27 11:38:27 BST 2020
https://bugs.kde.org/show_bug.cgi?id=352502
--- Comment #5 from Igor Poboiko <igor.poboiko at gmail.com> ---
Git commit 4447e8894d4f3b4c08849956f33aa7156caa30a4 by Igor Poboiko.
Committed on 27/04/2020 at 10:38.
Pushed by poboiko into branch 'master'.
Save configuration when creating resources for new user
Summary:
Akonadi calls `writeConfig` DBus method to save the configuration for newly
created resources, both via `firstrun` and `SpecialCollections` mechanisms.
This method is non-existent for all of the resources (it was deprecated in
KConfig, and apparently is not exported to DBus), method `save` should
be used instead.
This is related to issues raised in {D27905}: settings provided in firstrun did
not override default settings for the resource.
Related: bug 345211
Test Plan:
1) Check `qdbus org.freedesktop.Akonadi.Resource.akonadi_maildir_resource_0
/Settings`
2) There is no `writeConfig` method, but there is `save` method
Reviewers: dvratil
Reviewed By: dvratil
Subscribers: kde-pim
Tags: #kde_pim
Differential Revision: https://phabricator.kde.org/D28523
M +1 -1 src/core/firstrun.cpp
M +1 -1 src/core/jobs/specialcollectionshelperjobs.cpp
https://commits.kde.org/akonadi/4447e8894d4f3b4c08849956f33aa7156caa30a4
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kdepim-bugs
mailing list