From 3af80d6bce96009a66cebb0650f1f20cf4ef1be7 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 18 Dec 2015 13:08:59 +0100 Subject: Load the full mime message in the viewer as well. --- framework/mail/singlemailcontroller.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/mail/singlemailcontroller.cpp') 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) query.syncOnDemand = false; query.processAll = false; query.liveQuery = false; - query.requestedProperties << "subject" << "sender" << "senderName" << "date" << "unread" << "important"; + query.requestedProperties << "subject" << "sender" << "senderName" << "date" << "unread" << "important" << "mimeMessage"; query.ids << id.toLatin1(); m_model->runQuery(query); } \ No newline at end of file -- cgit v1.2.3