Version: (using KDE Devel) Installed from: Compiled sources OS: Linux Hi, using KMail in Czech enviroment (namely LC_COLLATE=cs) causes the "system folders" to be put last in the folder list, not first as with English. It does not depend on language chosen (even with English and LC_COLLATE=cs is sorts badly). I suspect similar bug has been already reported but I could not find it. I am using KDE_3_1_BRANCH. Cheers, Lada
I can't reproduce it, but either if I could: COLLATE changes the sorting behaviour of apps. that's the whole point of it. The suprising fact is just that strcoll sorts with strcmp in C locale
With LC_COLLATE=de_DE a folder names 00test is sorted before the Inbox folder. Furthermore I can reproduce the problem with cs_CZ.
In order to fix this we have to overwrite QListView::compare instead of QListView::key in libkdenetwork/kfoldertree.
Fixed for KDE 3.2.