summaryrefslogtreecommitdiffstats
path: root/framework/mail/singlemailcontroller.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'framework/mail/singlemailcontroller.cpp')
-rw-r--r--framework/mail/singlemailcontroller.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/mail/singlemailcontroller.cpp b/framework/mail/singlemailcontroller.cpp
index d7335a0b..fecf2fbc 100644
--- a/framework/mail/singlemailcontroller.cpp
+++ b/framework/mail/singlemailcontroller.cpp
@@ -22,7 +22,7 @@ void SingleMailController::loadMail(const QString &id)
22 query.syncOnDemand = false; 22 query.syncOnDemand = false;
23 query.processAll = false; 23 query.processAll = false;
24 query.liveQuery = false; 24 query.liveQuery = false;
25 query.requestedProperties << "subject" << "sender" << "senderName" << "date" << "unread" << "important"; 25 query.requestedProperties << "subject" << "sender" << "senderName" << "date" << "unread" << "important" << "mimeMessage";
26 query.ids << id.toLatin1(); 26 query.ids << id.toLatin1();
27 m_model->runQuery(query); 27 m_model->runQuery(query);
28} \ No newline at end of file 28} \ No newline at end of file