From 46486a878310df55b686b8fbc2b6aaf35d613da7 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 23 Feb 2018 09:32:04 +0100 Subject: Demonstrate reflow problems ...and cleanup the sizes of the text/html part a bit. Html content with a
 tag, such as inserted by an apple mail reply,
is not reflowed in the TextEdit (it is in the WebEngineView).
And that causes the text edit to run off the side of the conversation
view.
---
 tests/teststore.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'tests')

diff --git a/tests/teststore.cpp b/tests/teststore.cpp
index 6dbe5622..e5a3ea88 100644
--- a/tests/teststore.cpp
+++ b/tests/teststore.cpp
@@ -73,7 +73,7 @@ static void createMail(const QVariantMap &object, const QByteArray &folder = {})
             mb,
             object["subject"].toString(),
             object["body"].toString(),
-            {},
+            object["bodyIsHtml"].toBool(),
             {},
             {},
             {});
-- 
cgit v1.2.3