diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-03-08 11:24:20 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-03-08 11:24:20 +0100 |
commit | fa04490373f4f09dfadfdc3450eb98a4514072e7 (patch) | |
tree | f8cdf98b76b2be78fee820eb5637273411742d5f /framework/qml/MailListView.qml | |
parent | 1424927cb9a0f5fe79ff5d62da1aa452601a41e9 (diff) | |
download | kube-fa04490373f4f09dfadfdc3450eb98a4514072e7.tar.gz kube-fa04490373f4f09dfadfdc3450eb98a4514072e7.zip |
Test move to trash
Diffstat (limited to 'framework/qml/MailListView.qml')
-rw-r--r-- | framework/qml/MailListView.qml | 1 |
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}) |