diff options
Diffstat (limited to 'framework/qml/MailListView.qml')
-rw-r--r-- | framework/qml/MailListView.qml | 6 |
1 files changed, 3 insertions, 3 deletions
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 { | |||
46 | value: root.currentMail | 46 | value: root.currentMail |
47 | } | 47 | } |
48 | unread: root.isUnread | 48 | unread: root.isUnread |
49 | trash: root.isUnread | 49 | trash: root.isTrash |
50 | important: root.isUnread | 50 | important: root.isImportant |
51 | draft: root.isUnread | 51 | draft: root.isDraft |
52 | operateOnThreads: mailListModel.isThreaded | 52 | operateOnThreads: mailListModel.isThreaded |
53 | } | 53 | } |
54 | 54 | ||