From e5677f045f4dd57de869798aa6285bcb6736aea1 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 16 Feb 2017 20:16:21 +0100 Subject: The singlemail view should operate on mails, the rest on threads. --- components/mail/contents/ui/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/mail') diff --git a/components/mail/contents/ui/main.qml b/components/mail/contents/ui/main.qml index 8ee1c794..eed80f55 100644 --- a/components/mail/contents/ui/main.qml +++ b/components/mail/contents/ui/main.qml @@ -84,7 +84,7 @@ Controls2.ApplicationWindow { //Controller KubeFramework.MailController { id: mailController - mail: mailListView.currentMail + threadLeader: mailListView.currentMail } KubeFramework.FolderController { -- cgit v1.2.3