summaryrefslogtreecommitdiffstats
path: root/framework/qml
diff options
context:
space:
mode:
Diffstat (limited to 'framework/qml')
-rw-r--r--framework/qml/MailListView.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/MailListView.qml b/framework/qml/MailListView.qml
index 1ffb2971..e0befaf7 100644
--- a/framework/qml/MailListView.qml
+++ b/framework/qml/MailListView.qml
@@ -52,7 +52,7 @@ FocusScope {
52 52
53 Shortcut { 53 Shortcut {
54 sequence: StandardKey.Delete 54 sequence: StandardKey.Delete
55 enabled: isTrash 55 enabled: !isTrash
56 onActivated: Kube.Fabric.postMessage(Kube.Messages.moveToTrash, {"mail":currentMail}) 56 onActivated: Kube.Fabric.postMessage(Kube.Messages.moveToTrash, {"mail":currentMail})
57 } 57 }
58 58