From f6e8b7ff01c7de0a7b7613bf46b51adf3a8a59a1 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Thu, 1 Mar 2018 11:13:22 +0100 Subject: Add key import --- views/conversation/main.qml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'views') 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 { data: "no real data", } ], - } + }, + { + resource: "resource1", + date: "2017-07-20T17:47:29", + subject: "WithPKeyAttachment", + 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", + to: ["to@example.org"], + unread: true, + attachments: [ + { + name: "myKey.asc", + mimeType: "application/pgp-keys", + data: "no real data", + } + ], + }, ] }], } -- cgit v1.2.3