[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:41:48 BST 2020


https://bugs.kde.org/show_bug.cgi?id=352502

--- Comment #6 from Igor Poboiko <igor.poboiko at gmail.com> ---
Git commit 1a13474c9a53e8b4b485a27189ff26f309f7fccb by Igor Poboiko.
Committed on 27/04/2020 at 10:41.
Pushed by poboiko into branch 'release/20.04'.

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

(cherry picked from commit 4447e8894d4f3b4c08849956f33aa7156caa30a4)

M  +1    -1    src/core/firstrun.cpp
M  +1    -1    src/core/jobs/specialcollectionshelperjobs.cpp

https://commits.kde.org/akonadi/1a13474c9a53e8b4b485a27189ff26f309f7fccb

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kdepim-bugs mailing list