diff options
Diffstat (limited to 'views/conversation')
-rw-r--r-- | views/conversation/main.qml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/views/conversation/main.qml b/views/conversation/main.qml index 9e17a0b6..686aeecb 100644 --- a/views/conversation/main.qml +++ b/views/conversation/main.qml | |||
@@ -100,6 +100,23 @@ ApplicationWindow { | |||
100 | to: ["öüä@example.org"], | 100 | to: ["öüä@example.org"], |
101 | unread: true | 101 | unread: true |
102 | }, | 102 | }, |
103 | { | ||
104 | resource: "resource1", | ||
105 | date: "2017-07-20T17:47:29", | ||
106 | subject: "PlainLongLine", | ||
107 | 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", | ||
108 | to: ["to@example.org"], | ||
109 | unread: true | ||
110 | }, | ||
111 | { | ||
112 | resource: "resource1", | ||
113 | date: "2017-07-20T17:46:29", | ||
114 | subject: "HTMLLongLine", | ||
115 | body: "<pre>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<pre>", | ||
116 | bodyIsHtml: true, | ||
117 | to: ["to@example.org"], | ||
118 | unread: true | ||
119 | }, | ||
103 | ] | 120 | ] |
104 | }], | 121 | }], |
105 | } | 122 | } |