summaryrefslogtreecommitdiffstats
path: root/framework/qml/ConversationView.qml
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-08-28 08:53:17 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-08-28 08:53:17 +0200
commit96cbe7cfbe70953d60fa867b87ee5ae395911b33 (patch)
tree36e256543c8bc2c7e6ea4fea05e3db4fdbf65782 /framework/qml/ConversationView.qml
parent2154b6b541d49ba0a85c286da0486888d1b918c4 (diff)
downloadkube-96cbe7cfbe70953d60fa867b87ee5ae395911b33.tar.gz
kube-96cbe7cfbe70953d60fa867b87ee5ae395911b33.zip
highlight unread mails in conversation view
Diffstat (limited to 'framework/qml/ConversationView.qml')
-rw-r--r--framework/qml/ConversationView.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/ConversationView.qml b/framework/qml/ConversationView.qml
index 9eab9afa..c4cdea32 100644
--- a/framework/qml/ConversationView.qml
+++ b/framework/qml/ConversationView.qml
@@ -106,6 +106,7 @@ FocusScope {
106 cc: model.cc 106 cc: model.cc
107 bcc: model.bcc 107 bcc: model.bcc
108 date: model.date 108 date: model.date
109 unread: model.unread
109 trash: model.trash 110 trash: model.trash
110 draft: model.draft 111 draft: model.draft
111 sent: model.sent 112 sent: model.sent