summaryrefslogtreecommitdiffstats
path: root/views/composer/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'views/composer/main.qml')
-rw-r--r--views/composer/main.qml9
1 files changed, 9 insertions, 0 deletions
diff --git a/views/composer/main.qml b/views/composer/main.qml
index 6c7fd581..a7f72880 100644
--- a/views/composer/main.qml
+++ b/views/composer/main.qml
@@ -76,6 +76,15 @@ ApplicationWindow {
76 cc: ["ccLoooooooooooooooooooooooooooooooooooooooooooooooooong@example.org"], 76 cc: ["ccLoooooooooooooooooooooooooooooooooooooooooooooooooong@example.org"],
77 bcc: ["bccLoooooooooooooooooooooooooooooooooooooooooooooooooong@example.org"], 77 bcc: ["bccLoooooooooooooooooooooooooooooooooooooooooooooooooong@example.org"],
78 draft: true 78 draft: true
79 },
80 {
81 resource: "resource1",
82 messageId: "<msg3@test.com>",
83 date: "2017-07-23T16:46:29",
84 subject: "HTML",
85 body: "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\"><html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">p, li { white-space: pre-wrap; }</style></head><body style=\" font-family:'Noto Sans'; font-size:9pt; font-weight:400; font-style:normal;\"><p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">body</span></p></body></html>",
86 to: ["html@example.org"],
87 draft: true
79 } 88 }
80 ] 89 ]
81 }], 90 }],