Summary: | Subfolders of "local folders" (inbox, outbox, drafts, templates) are no longer localized | ||
---|---|---|---|
Product: | [Applications] kmail2 | Reporter: | Gerhard <gstengel> |
Component: | folders | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | REPORTED --- | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | 5.10.3 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Gerhard
2019-04-04 19:45:12 UTC
After some more investigation, I think I came a bit closer to the actual root cause. After looking into the akonadi_db with akonadiconsole, in particular on collectionitemtable, I found that each mail folder has a property called ENTITYDISPLAY which should contain its localized name, t.ex. ENTITYDISPLAY ("Posteingang" "mail-folder-inbox" "" ()) for the inbox in German. However, in my case the property was missing for the inbox folder and for the other local folders it contained the English names only. Seems to be an initialisation problem of akonadi. This would also explain why you never see the problem with existing akonadi databases as the property was correctly created in the past. |