diff options
Diffstat (limited to 'components/package/contents')
-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 0b70ddfe..ab203ef5 100644 --- a/components/package/contents/ui/SingleMailView.qml +++ b/components/package/contents/ui/SingleMailView.qml | |||
@@ -365,7 +365,7 @@ Rectangle { | |||
365 | 365 | ||
366 | KubeFramework.MailController { | 366 | KubeFramework.MailController { |
367 | id: mailController | 367 | id: mailController |
368 | mail: model.mail | 368 | threadLeader: model.mail |
369 | } | 369 | } |
370 | 370 | ||
371 | text: model.trash ? qsTr("Delete Mail") : qsTr("Move to trash") | 371 | text: model.trash ? qsTr("Delete Mail") : qsTr("Move to trash") |