summaryrefslogtreecommitdiffstats
path: root/framework/src
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src')
-rw-r--r--framework/src/domain/maillistmodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/src/domain/maillistmodel.cpp b/framework/src/domain/maillistmodel.cpp
index 73d686eb..b3f6f56b 100644
--- a/framework/src/domain/maillistmodel.cpp
+++ b/framework/src/domain/maillistmodel.cpp
@@ -326,7 +326,7 @@ void MailListModel::setShowDrafts(bool)
326 mFetchedMails.clear(); 326 mFetchedMails.clear();
327 qDebug() << "Running mail query for drafts: "; 327 qDebug() << "Running mail query for drafts: ";
328 //Latest mail at the top 328 //Latest mail at the top
329 sort(0, Qt::AscendingOrder); 329 sort(0, Qt::DescendingOrder);
330 runQuery(query); 330 runQuery(query);
331} 331}
332 332