diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-13 12:29:04 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-13 12:29:04 +0200 |
commit | d9f64e2c37e9d5d289b2108bed8e3efacc33007d (patch) | |
tree | dd5211b4c96a650b217bbd671901c4fec7bf2bf9 /framework/qml/Icons.qml | |
parent | 1a8098a5e5c0336c37dcdf3eb2d53e2fa5ae2d5f (diff) | |
download | kube-d9f64e2c37e9d5d289b2108bed8e3efacc33007d.tar.gz kube-d9f64e2c37e9d5d289b2108bed8e3efacc33007d.zip |
Only show relevant toolbuttons in the maillist view
Diffstat (limited to 'framework/qml/Icons.qml')
-rw-r--r-- | framework/qml/Icons.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/Icons.qml b/framework/qml/Icons.qml index 252f9f43..0a633463 100644 --- a/framework/qml/Icons.qml +++ b/framework/qml/Icons.qml | |||
@@ -33,6 +33,7 @@ Item { | |||
33 | property string success_inverted: "dialog-ok-inverted" | 33 | property string success_inverted: "dialog-ok-inverted" |
34 | 34 | ||
35 | property string markAsRead: "mail-mark-unread-new" | 35 | property string markAsRead: "mail-mark-unread-new" |
36 | property string markAsUnread: "mail-mark-unread-new" | ||
36 | property string markImportant: "mail-mark-important" | 37 | property string markImportant: "mail-mark-important" |
37 | property string undo: "edit-undo" | 38 | property string undo: "edit-undo" |
38 | property string moveToTrash: "edit-delete" | 39 | property string moveToTrash: "edit-delete" |