From 37983d97ec0eb03845f11eb03f429174acfd327b Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 6 Jun 2017 00:27:24 +0200 Subject: A simplistic security border Still a bit obnoxious and doesn't really convey a whole lot of information. Consider it a stub for now --- framework/qml/MailViewer.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/qml') diff --git a/framework/qml/MailViewer.qml b/framework/qml/MailViewer.qml index ad1ad734..9e14fc7f 100644 --- a/framework/qml/MailViewer.qml +++ b/framework/qml/MailViewer.qml @@ -436,7 +436,7 @@ Rectangle { role: "content" title: "Content" } - model: messageParser.newTree + model: messageParser.parts itemDelegate: Item { property variant currentData: styleData.value Text { -- cgit v1.2.3