summaryrefslogtreecommitdiffstats
path: root/framework/qml/Messages.qml
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-04-24 17:51:18 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-04-24 17:51:18 +0200
commit47e0f0c14b4bbcc64cb8bf562c566d29313db7ad (patch)
treec50362e5c6f68a8994bcc7177c7d401b48179371 /framework/qml/Messages.qml
parentb8962ee2d35772ab4f2bed1c415a386207067157 (diff)
downloadkube-47e0f0c14b4bbcc64cb8bf562c566d29313db7ad.tar.gz
kube-47e0f0c14b4bbcc64cb8bf562c566d29313db7ad.zip
Ported more actions to the fabric
Diffstat (limited to 'framework/qml/Messages.qml')
-rw-r--r--framework/qml/Messages.qml10
1 files changed, 10 insertions, 0 deletions
diff --git a/framework/qml/Messages.qml b/framework/qml/Messages.qml
index b4b170ec..1b384bfa 100644
--- a/framework/qml/Messages.qml
+++ b/framework/qml/Messages.qml
@@ -27,6 +27,16 @@ Item {
27 27
28 //Actions 28 //Actions
29 property string moveToTrash: "moveToTrash" 29 property string moveToTrash: "moveToTrash"
30 property string restoreFromTrash: "restoreFromTrash"
31 property string markAsRead: "markAsRead"
32 property string markAsUnread: "markAsUnread"
33 property string toggleImportant: "toggleImportant"
34 property string moveToFolder: "moveToFolder"
35
36 property string notification: "notification"
30 property string search: "search" 37 property string search: "search"
38 property string synchronize: "synchronize"
39 property string reply: "reply"
40 property string edit: "edit"
31} 41}
32 42