diff options
Diffstat (limited to 'framework/mail/singlemailcontroller.cpp')
-rw-r--r-- | framework/mail/singlemailcontroller.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/framework/mail/singlemailcontroller.cpp b/framework/mail/singlemailcontroller.cpp index d0ab9f3c..8ee4acbb 100644 --- a/framework/mail/singlemailcontroller.cpp +++ b/framework/mail/singlemailcontroller.cpp | |||
@@ -39,8 +39,6 @@ MailListModel* SingleMailController::model() const | |||
39 | void SingleMailController::loadMail(const QString &id) | 39 | void SingleMailController::loadMail(const QString &id) |
40 | { | 40 | { |
41 | Sink::Query query; | 41 | Sink::Query query; |
42 | query.syncOnDemand = false; | ||
43 | query.processAll = false; | ||
44 | query.liveQuery = false; | 42 | query.liveQuery = false; |
45 | query.requestedProperties << "subject" << "sender" << "senderName" << "date" << "unread" << "important" << "mimeMessage"; | 43 | query.requestedProperties << "subject" << "sender" << "senderName" << "date" << "unread" << "important" << "mimeMessage"; |
46 | query.ids << id.toLatin1(); | 44 | query.ids << id.toLatin1(); |