diff --git a/CMakeLists.txt b/CMakeLists.txt index c12ec47..8635600 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,6 @@ include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE) include(ECMQtDeclareLoggingCategory) include(ECMAddTests) - set(PIM_VERSION "5.2.54") set(MAILCOMMON_LIB_VERSION ${PIM_VERSION}) set(KF5_VERSION "5.19.0") diff --git a/src/folder/accountconfigorderdialog.cpp b/src/folder/accountconfigorderdialog.cpp index e86ccd1..15a7fc7 100644 --- a/src/folder/accountconfigorderdialog.cpp +++ b/src/folder/accountconfigorderdialog.cpp @@ -214,6 +214,7 @@ void AccountConfigOrderDialog::init() } } } + instanceList.sort(Qt::CaseInsensitive); const int numberOfList(listOrderAccount.count()); for (int i = 0; i < numberOfList; ++i) { instanceList.removeOne(listOrderAccount.at(i));