From 0a2f0fef47c37483c5a3e68c2d7f5711f81f523d Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Fri, 2 Mar 2018 16:04:47 +0100 Subject: remove unnessesary dummy data from main.qml --- views/calendar/main.qml | 43 +------------------------------------------ 1 file changed, 1 insertion(+), 42 deletions(-) diff --git a/views/calendar/main.qml b/views/calendar/main.qml index 4065b876..3cce9adf 100644 --- a/views/calendar/main.qml +++ b/views/calendar/main.qml @@ -40,48 +40,7 @@ ApplicationWindow { name: "Test Identity", address: "identity@example.org" }], - resources: [{ - id: "resource1", - account: "account1", - type: "dummy" - }, - { - id: "resource2", - account: "account1", - type: "mailtransport" - }], - folders: [{ - id: "folder1", - resource: "resource1", - name: "Folder 1", - 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"], - }, - { - resource: "resource1", - inReplyTo: "", - date: "2017-07-24T16:46:29", - subject: "subject2", - body: "body2", - to: ["to@example.org"], - }, - { - resource: "resource1", - date: "2017-07-24T18:46:29", - subject: "subject4", - body: "body4", - to: ["to@example.org"], - }, - ] - }], + resources: [] } TestStore.setup(initialState) } -- cgit v1.2.3