diff options
author | Minijackson <minijackson@riseup.net> | 2018-03-01 11:13:22 +0100 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2018-03-08 16:29:09 +0100 |
commit | f6e8b7ff01c7de0a7b7613bf46b51adf3a8a59a1 (patch) | |
tree | 15263afda758e6384c97b779b3452be66a817cca /views | |
parent | ef3433a40e23c56a3a9c6158fde06729e7b0cd12 (diff) | |
download | kube-f6e8b7ff01c7de0a7b7613bf46b51adf3a8a59a1.tar.gz kube-f6e8b7ff01c7de0a7b7613bf46b51adf3a8a59a1.zip |
Add key import
Diffstat (limited to 'views')
-rw-r--r-- | views/conversation/main.qml | 17 |
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 | } |