From a9b086954e17d6f2d64ac94b225577cb0e416f4f Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 22 Feb 2018 15:22:22 +0100 Subject: Use the new changes regarding aggregated properties. This fixes marking partially unread threads as read. --- views/conversation/main.qml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'views') 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 { to: ["to@example.org"], cc: ["cc@example.org"], bcc: ["bcc@example.org"], + unread: true }, { resource: "resource1", @@ -71,6 +72,7 @@ ApplicationWindow { subject: "subject2", body: "body2", to: ["to@example.org"], + unread: true }, { resource: "resource1", @@ -79,6 +81,7 @@ ApplicationWindow { subject: "subject3", 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", to: ["to@example.org"], + unread: true }, { resource: "resource1", @@ -87,6 +90,7 @@ ApplicationWindow { subject: "subject4", body: "body4", to: ["to@example.org"], + unread: false }, { resource: "resource1", @@ -94,6 +98,7 @@ ApplicationWindow { subject: "UTF-8 Madness Umlauts:öüä Snowflake:❆ Heart:♥", body: "UTF-8 Madness Umlauts:öüä Snowflake:❆ Heart:♥", to: ["öüä@example.org"], + unread: true }, ] }], -- cgit v1.2.3