From 8ef6b297423a4ab446629c000035fd5b6d39d8b0 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 20 Apr 2017 08:15:07 +0200 Subject: Fixed enabling of actions --- framework/qml/MailListView.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'framework/qml') diff --git a/framework/qml/MailListView.qml b/framework/qml/MailListView.qml index 39cbd47c..da5e9056 100644 --- a/framework/qml/MailListView.qml +++ b/framework/qml/MailListView.qml @@ -46,9 +46,9 @@ Item { value: root.currentMail } unread: root.isUnread - trash: root.isUnread - important: root.isUnread - draft: root.isUnread + trash: root.isTrash + important: root.isImportant + draft: root.isDraft operateOnThreads: mailListModel.isThreaded } -- cgit v1.2.3