https://bugs.kde.org/show_bug.cgi?id=350219
Daniel Vrátil <dvra...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://commits.kde.org/ako | |nadi/97a191a5df7b307c70e662 | |996c4846d3d586ff61 Version Fixed In| |5.6.2 Status|REOPENED |RESOLVED Resolution|--- |FIXED --- Comment #24 from Daniel Vrátil <dvra...@kde.org> --- Git commit 97a191a5df7b307c70e662996c4846d3d586ff61 by Daniel Vrátil. Committed on 08/09/2017 at 15:09. Pushed by dvratil into branch 'Applications/17.08'. LIST: correctly return mimetypes for all Collections LIST was only returning mimetypes for Collections that were resolved in the initial filter pass. All Collections that were resolved in the second pass to complete the tree were missing mimetypes, because their IDs were not passed to the mimetype query. This in included mainly Collections that don't match the initial mimetype filter, like top-level Collections. This caused, among other things, KMail to refuse to create Collections under the top-level Collection, because the top-level Collections did not match KMail's mimetype filter (inode/directory). FIXED-IN: 5.6.2 M +1 -0 src/server/handler/list.cpp https://commits.kde.org/akonadi/97a191a5df7b307c70e662996c4846d3d586ff61 -- You are receiving this mail because: You are watching all bug changes.