summaryrefslogtreecommitdiffstats
path: root/views
diff options
context:
space:
mode:
Diffstat (limited to 'views')
-rw-r--r--views/conversation/main.qml17
1 files changed, 16 insertions, 1 deletions
diff --git a/views/conversation/main.qml b/views/conversation/main.qml
index 4832d500..70a45c04 100644
--- a/views/conversation/main.qml
+++ b/views/conversation/main.qml
@@ -141,7 +141,22 @@ ApplicationWindow {
141 data: "no real data", 141 data: "no real data",
142 } 142 }
143 ], 143 ],
144 } 144 },
145 {
146 resource: "resource1",
147 date: "2017-07-20T17:47:29",
148 subject: "WithPKeyAttachment",
149 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",
150 to: ["to@example.org"],
151 unread: true,
152 attachments: [
153 {
154 name: "myKey.asc",
155 mimeType: "application/pgp-keys",
156 data: "no real data",
157 }
158 ],
159 },
145 ] 160 ]
146 }], 161 }],
147 } 162 }