diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-02-22 15:22:22 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-02-22 15:22:22 +0100 |
commit | a9b086954e17d6f2d64ac94b225577cb0e416f4f (patch) | |
tree | e8a8350773a9b91959d9dd00f552e19cc850937c /views | |
parent | e1242a5f8ad3722661b8d2fb4300736a1892c2e5 (diff) | |
download | kube-a9b086954e17d6f2d64ac94b225577cb0e416f4f.tar.gz kube-a9b086954e17d6f2d64ac94b225577cb0e416f4f.zip |
Use the new changes regarding aggregated properties.
This fixes marking partially unread threads as read.
Diffstat (limited to 'views')
-rw-r--r-- | views/conversation/main.qml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/views/conversation/main.qml b/views/conversation/main.qml index 2f80abff..9e17a0b6 100644 --- a/views/conversation/main.qml +++ b/views/conversation/main.qml | |||
@@ -63,6 +63,7 @@ ApplicationWindow { | |||
63 | to: ["to@example.org"], | 63 | to: ["to@example.org"], |
64 | cc: ["cc@example.org"], | 64 | cc: ["cc@example.org"], |
65 | bcc: ["bcc@example.org"], | 65 | bcc: ["bcc@example.org"], |
66 | unread: true | ||
66 | }, | 67 | }, |
67 | { | 68 | { |
68 | resource: "resource1", | 69 | resource: "resource1", |
@@ -71,6 +72,7 @@ ApplicationWindow { | |||
71 | subject: "subject2", | 72 | subject: "subject2", |
72 | body: "body2", | 73 | body: "body2", |
73 | to: ["to@example.org"], | 74 | to: ["to@example.org"], |
75 | unread: true | ||
74 | }, | 76 | }, |
75 | { | 77 | { |
76 | resource: "resource1", | 78 | resource: "resource1", |
@@ -79,6 +81,7 @@ ApplicationWindow { | |||
79 | subject: "subject3", | 81 | subject: "subject3", |
80 | body: "body3\n\n\n\nfoo\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nThe End", | 82 | body: "body3\n\n\n\nfoo\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nThe End", |
81 | to: ["to@example.org"], | 83 | to: ["to@example.org"], |
84 | unread: true | ||
82 | }, | 85 | }, |
83 | { | 86 | { |
84 | resource: "resource1", | 87 | resource: "resource1", |
@@ -87,6 +90,7 @@ ApplicationWindow { | |||
87 | subject: "subject4", | 90 | subject: "subject4", |
88 | body: "body4", | 91 | body: "body4", |
89 | to: ["to@example.org"], | 92 | to: ["to@example.org"], |
93 | unread: false | ||
90 | }, | 94 | }, |
91 | { | 95 | { |
92 | resource: "resource1", | 96 | resource: "resource1", |
@@ -94,6 +98,7 @@ ApplicationWindow { | |||
94 | subject: "UTF-8 Madness Umlauts:öüä Snowflake:❆ Heart:♥", | 98 | subject: "UTF-8 Madness Umlauts:öüä Snowflake:❆ Heart:♥", |
95 | body: "UTF-8 Madness Umlauts:öüä Snowflake:❆ Heart:♥", | 99 | body: "UTF-8 Madness Umlauts:öüä Snowflake:❆ Heart:♥", |
96 | to: ["öüä@example.org"], | 100 | to: ["öüä@example.org"], |
101 | unread: true | ||
97 | }, | 102 | }, |
98 | ] | 103 | ] |
99 | }], | 104 | }], |