diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-01-12 12:42:37 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-01-12 12:42:37 +0100 |
commit | 8facecfbeb4539275fce77b4a07a6a1cfad32052 (patch) | |
tree | 90f45cc07a88b6b739c486745ad320cf2ed8aa91 /components/package/contents/ui/SingleMailView.qml | |
parent | 7129af7b55dd13c8caa359f7cda9642bfab533b4 (diff) | |
download | kube-8facecfbeb4539275fce77b4a07a6a1cfad32052.tar.gz kube-8facecfbeb4539275fce77b4a07a6a1cfad32052.zip |
Thread actions
Diffstat (limited to 'components/package/contents/ui/SingleMailView.qml')
-rw-r--r-- | components/package/contents/ui/SingleMailView.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/package/contents/ui/SingleMailView.qml b/components/package/contents/ui/SingleMailView.qml index d7c3193c..6baeaed2 100644 --- a/components/package/contents/ui/SingleMailView.qml +++ b/components/package/contents/ui/SingleMailView.qml | |||
@@ -363,7 +363,7 @@ Item { | |||
363 | 363 | ||
364 | KubeFramework.MailController { | 364 | KubeFramework.MailController { |
365 | id: mailController | 365 | id: mailController |
366 | mail: model.mail | 366 | threadLeader: model.mail |
367 | } | 367 | } |
368 | 368 | ||
369 | text: model.trash ? qsTr("Delete Mail") : qsTr("Move to trash") | 369 | text: model.trash ? qsTr("Delete Mail") : qsTr("Move to trash") |