summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--framework/mail/maillistcontroller.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/mail/maillistcontroller.cpp b/framework/mail/maillistcontroller.cpp
index 67bfe4fe..aa53c76b 100644
--- a/framework/mail/maillistcontroller.cpp
+++ b/framework/mail/maillistcontroller.cpp
@@ -32,7 +32,7 @@ void MailListController::setFolderId(const QString &folderId)
32 query.processAll = false; 32 query.processAll = false;
33 query.liveQuery = true; 33 query.liveQuery = true;
34 query.requestedProperties << "subject" << "sender" << "senderName" << "date" << "unread" << "important"; 34 query.requestedProperties << "subject" << "sender" << "senderName" << "date" << "unread" << "important";
35 query.ids << folderId.toLatin1(); 35 query.parentProperty = folderId.toLatin1();
36 m_model->runQuery(query); 36 m_model->runQuery(query);
37 37
38 emit folderIdChanged(); 38 emit folderIdChanged();