summaryrefslogtreecommitdiffstats
path: root/framework/qml/Messages.qml
diff options
context:
space:
mode:
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