summaryrefslogtreecommitdiffstats
path: root/views/calendar
diff options
context:
space:
mode:
Diffstat (limited to 'views/calendar')
-rw-r--r--views/calendar/main.qml43
1 files changed, 1 insertions, 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 {
40 name: "Test Identity", 40 name: "Test Identity",
41 address: "identity@example.org" 41 address: "identity@example.org"
42 }], 42 }],
43 resources: [{ 43 resources: []
44 id: "resource1",
45 account: "account1",
46 type: "dummy"
47 },
48 {
49 id: "resource2",
50 account: "account1",
51 type: "mailtransport"
52 }],
53 folders: [{
54 id: "folder1",
55 resource: "resource1",
56 name: "Folder 1",
57 specialpurpose: ["inbox"],
58 mails: [{
59 resource: "resource1",
60 messageId: "<msg1@test.com>",
61 date: "2017-07-24T15:46:29",
62 subject: "subject1",
63 body: "body",
64 to: ["to@example.org"],
65 cc: ["cc@example.org"],
66 bcc: ["bcc@example.org"],
67 },
68 {
69 resource: "resource1",
70 inReplyTo: "<msg1@test.com>",
71 date: "2017-07-24T16:46:29",
72 subject: "subject2",
73 body: "body2",
74 to: ["to@example.org"],
75 },
76 {
77 resource: "resource1",
78 date: "2017-07-24T18:46:29",
79 subject: "subject4",
80 body: "body4",
81 to: ["to@example.org"],
82 },
83 ]
84 }],
85 } 44 }
86 TestStore.setup(initialState) 45 TestStore.setup(initialState)
87 } 46 }