summaryrefslogtreecommitdiffstats
path: root/framework/qml/MailListView.qml
diff options
context:
space:
mode:
Diffstat (limited to 'framework/qml/MailListView.qml')
-rw-r--r--framework/qml/MailListView.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/MailListView.qml b/framework/qml/MailListView.qml
index cc68f003..55a3aaff 100644
--- a/framework/qml/MailListView.qml
+++ b/framework/qml/MailListView.qml
@@ -294,6 +294,7 @@ FocusScope {
294 294
295 Kube.IconButton { 295 Kube.IconButton {
296 id: deleteButton 296 id: deleteButton
297 objectName: "deleteButton"
297 iconName: Kube.Icons.moveToTrash 298 iconName: Kube.Icons.moveToTrash
298 visible: !!model.mail 299 visible: !!model.mail
299 onClicked: Kube.Fabric.postMessage(Kube.Messages.moveToTrash, {"mail": model.mail}) 300 onClicked: Kube.Fabric.postMessage(Kube.Messages.moveToTrash, {"mail": model.mail})