diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-05-12 19:19:05 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-05-12 19:19:05 +0200 |
commit | 92e83b80a398ca729fbe1e68401afada508b9b7c (patch) | |
tree | 14e687809c7a19fe59f31a67f23f555635498413 /framework/src/domain/maillistmodel.cpp | |
parent | 9b0c38b4c276c140783fdc5e721e998335434505 (diff) | |
download | kube-92e83b80a398ca729fbe1e68401afada508b9b7c.tar.gz kube-92e83b80a398ca729fbe1e68401afada508b9b7c.zip |
Latest draft on top
Diffstat (limited to 'framework/src/domain/maillistmodel.cpp')
-rw-r--r-- | framework/src/domain/maillistmodel.cpp | 2 |
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 | ||