summaryrefslogtreecommitdiffstats
path: root/views
diff options
context:
space:
mode:
Diffstat (limited to 'views')
-rw-r--r--views/conversation/main.qml15
1 files changed, 15 insertions, 0 deletions
diff --git a/views/conversation/main.qml b/views/conversation/main.qml
index 64f7f273..4832d500 100644
--- a/views/conversation/main.qml
+++ b/views/conversation/main.qml
@@ -127,6 +127,21 @@ ApplicationWindow {
127 to: ["to@example.org"], 127 to: ["to@example.org"],
128 unread: true 128 unread: true
129 }, 129 },
130 {
131 resource: "resource1",
132 date: "2017-07-20T17:47:29",
133 subject: "WithAttachment",
134 body: "Hi Mélanie,\n\nI'm sorry to start this on such late notice, but we'd like to get Foo and boo to woo next week, because the following weeks are unfortunately not possible for us.\n",
135 to: ["to@example.org"],
136 unread: true,
137 attachments: [
138 {
139 name: "myImage.png",
140 mimeType: "image/png",
141 data: "no real data",
142 }
143 ],
144 }
130 ] 145 ]
131 }], 146 }],
132 } 147 }