diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-06-28 00:11:25 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-06-28 00:11:25 +0200 |
commit | e868e3058eb9d1b73204211507a4fd059c9123af (patch) | |
tree | 16ea98dd83fe4db4c9f7fe0e3832e72c776661ca /components/mail | |
parent | 2961dd43a3e861e25d64a14ddc41165a4f09ded8 (diff) | |
download | kube-e868e3058eb9d1b73204211507a4fd059c9123af.tar.gz kube-e868e3058eb9d1b73204211507a4fd059c9123af.zip |
Move-to-trash action
Diffstat (limited to 'components/mail')
-rw-r--r-- | components/mail/contents/ui/main.qml | 2 |
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 | ||