diff options
Diffstat (limited to 'views/conversation/main.qml')
-rw-r--r-- | views/conversation/main.qml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/views/conversation/main.qml b/views/conversation/main.qml index 06b59b42..098eba01 100644 --- a/views/conversation/main.qml +++ b/views/conversation/main.qml | |||
@@ -88,6 +88,13 @@ ApplicationWindow { | |||
88 | body: "body4", | 88 | body: "body4", |
89 | to: ["to@example.org"], | 89 | to: ["to@example.org"], |
90 | }, | 90 | }, |
91 | { | ||
92 | resource: "resource1", | ||
93 | date: "2017-07-20T18:46:29", | ||
94 | subject: "UTF-8 Madness öüä ❆", | ||
95 | body: "öüä ❆", | ||
96 | to: ["öüä@example.org"], | ||
97 | }, | ||
91 | ] | 98 | ] |
92 | }], | 99 | }], |
93 | } | 100 | } |