diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-02-16 20:16:21 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-02-16 20:16:21 +0100 |
commit | e5677f045f4dd57de869798aa6285bcb6736aea1 (patch) | |
tree | cd6c7c1baec1e369c3d3a4b6aca9b5e1872357fe /components/mail/contents/ui/main.qml | |
parent | 636c802a4aa7b89af9bb411f9465899c4e182c8a (diff) | |
download | kube-e5677f045f4dd57de869798aa6285bcb6736aea1.tar.gz kube-e5677f045f4dd57de869798aa6285bcb6736aea1.zip |
The singlemail view should operate on mails, the rest on threads.
Diffstat (limited to 'components/mail/contents/ui/main.qml')
-rw-r--r-- | components/mail/contents/ui/main.qml | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
84 | //Controller | 84 | //Controller |
85 | KubeFramework.MailController { | 85 | KubeFramework.MailController { |
86 | id: mailController | 86 | id: mailController |
87 | mail: mailListView.currentMail | 87 | threadLeader: mailListView.currentMail |
88 | } | 88 | } |
89 | 89 | ||
90 | KubeFramework.FolderController { | 90 | KubeFramework.FolderController { |