Summary: | .local/share/local-mail has to be the top level of local folders! | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Akonadi | Reporter: | piedro <piedro.kulman> |
Component: | Maildir Resource | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | REPORTED --- | ||
Severity: | normal | CC: | piedro.kulman |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
piedro
2015-09-09 22:37:17 UTC
sry for typos, I can see no way to edit afterwards? This is connected with this bug here: https://bugs.kde.org/show_bug.cgi?id=339680 Why do I go through the trouble of reporting a clear mis-design in length and make suggestions. There is always this call for participation, bug reporting and contributing to the project... I start think this is wishful thinking. Nobody seems to even acknowledge any entry - neither with a comment nor with any actual changes so why bother.... Now this is still present and unsolved in KDE 18.12.1! Creating the hidden directory list OUTSIDE the designated local mail folder is a serious bug. In connection with the bug of akonadi creating folders BEFORE the user confirms or intentionally chooses the Mail folder location recreates empty directory list folders over and over again and messes up the local folder in kmail. Because of this subfolders change their name, are recreated, disappear and get moved within the system. It's the source of a whole bunch of problems people complain about. Well as nobody seems to read these bug reports this will stay like this I guess. And that's exactly one reason why kmail is unusable for many people cause you can't even use an archive subfodler in local folders... Keep up the good work! p. 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 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 |