From 89f004a0cdc58056b93e5ef8d43969c99f8d743d Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 11 Jan 2018 13:15:22 +0100 Subject: A thread for the inboxcrusher view --- views/inboxcrusher/main.qml | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/views/inboxcrusher/main.qml b/views/inboxcrusher/main.qml index c3b40e38..4065b876 100644 --- a/views/inboxcrusher/main.qml +++ b/views/inboxcrusher/main.qml @@ -57,23 +57,30 @@ ApplicationWindow { specialpurpose: ["inbox"], mails: [{ resource: "resource1", + messageId: "", + date: "2017-07-24T15:46:29", subject: "subject1", body: "body", to: ["to@example.org"], cc: ["cc@example.org"], bcc: ["bcc@example.org"], - draft: true }, { resource: "resource1", + inReplyTo: "", + date: "2017-07-24T16:46:29", subject: "subject2", - body: "body", + body: "body2", to: ["to@example.org"], - cc: ["cc@example.org"], - bcc: ["bcc@example.org"], - draft: true - } - ], + }, + { + resource: "resource1", + date: "2017-07-24T18:46:29", + subject: "subject4", + body: "body4", + to: ["to@example.org"], + }, + ] }], } TestStore.setup(initialState) -- cgit v1.2.3