summaryrefslogtreecommitdiffstats
path: root/components/mail/contents/ui
diff options
context:
space:
mode:
Diffstat (limited to 'components/mail/contents/ui')
-rw-r--r--components/mail/contents/ui/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/mail/contents/ui/main.qml b/components/mail/contents/ui/main.qml
index 22ff50a0..4cda7f8e 100644
--- a/components/mail/contents/ui/main.qml
+++ b/components/mail/contents/ui/main.qml
@@ -71,7 +71,7 @@ ApplicationWindow {
71 71
72 KubeAction.Action { 72 KubeAction.Action {
73 id: deleteAction 73 id: deleteAction
74 actionId: "org.kde.kube.actions.delete" 74 actionId: "org.kde.kube.actions.move-to-trash"
75 context: maillistcontext 75 context: maillistcontext
76 } 76 }
77 77