summaryrefslogtreecommitdiffstats
path: root/components/package/contents/ui
diff options
context:
space:
mode:
Diffstat (limited to 'components/package/contents/ui')
-rw-r--r--components/package/contents/ui/SingleMailView.qml2
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")