summaryrefslogtreecommitdiffstats
path: root/framework/qml/Icons.qml
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2018-07-26 12:30:02 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2018-07-26 12:30:02 +0200
commitaf2ccb54da5ae864d906f56102d14c664ddcaa56 (patch)
tree8901b625c62073b484af784b2cc5070576deb7f0 /framework/qml/Icons.qml
parent01d73dfe68a74dab3b506d31c9626e17d8e33f2e (diff)
downloadkube-af2ccb54da5ae864d906f56102d14c664ddcaa56.tar.gz
kube-af2ccb54da5ae864d906f56102d14c664ddcaa56.zip
visualize important mails
Diffstat (limited to 'framework/qml/Icons.qml')
-rw-r--r--framework/qml/Icons.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/qml/Icons.qml b/framework/qml/Icons.qml
index d04d1d92..1fa3aab2 100644
--- a/framework/qml/Icons.qml
+++ b/framework/qml/Icons.qml
@@ -35,8 +35,9 @@ Item {
35 35
36 property string markAsRead: "mail-mark-read-inverted" 36 property string markAsRead: "mail-mark-read-inverted"
37 property string markAsUnread: "mail-mark-unread-new-inverted" 37 property string markAsUnread: "mail-mark-unread-new-inverted"
38 property string markImportant: "kubeimportant" 38 property string markImportant: "kubeimportant-inverted"
39 property string markUnimportant: "kubeunimportant" 39 property string markUnimportant: "kubeunimportant"
40 property string isImportant: "kubeimportant"
40 property string undo: "edit-undo-inverted" 41 property string undo: "edit-undo-inverted"
41 property string moveToTrash: "kubetrash" 42 property string moveToTrash: "kubetrash"
42 property string edit: "document-edit" 43 property string edit: "document-edit"