Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Kalendar
Commits
a0d2217d
Commit
a0d2217d
authored
Aug 12, 2022
by
Carl Schwan
🚴
Browse files
Make html emails actually work
Signed-off-by:
Carl Schwan
<
carl@carlschwan.eu
>
parent
4b0938fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mail/qml/mailpartview/HtmlPart.qml
View file @
a0d2217d
...
...
@@ -25,8 +25,11 @@ Item {
onSearchStringChanged
:
{
htmlView
.
findText
(
searchString
)
}
onContentChanged
:
{
htmlView
.
loadHtml
(
content
,
"
file:///
"
);
}
QQC.ScrollView
{
QQC
2
.ScrollView
{
anchors.fill
:
parent
Flickable
{
id
:
flickable
...
...
@@ -102,8 +105,5 @@ Item {
}
}
}
onContentChanged
:
{
htmlView
.
loadHtml
(
content
,
"
file:///
"
);
}
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment