Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
PIM Messagelib
Commits
4eee60f2
Commit
4eee60f2
authored
Dec 12, 2020
by
David Faure
Browse files
Remove setRunExecutables(true), it serves no purpose with a text/html mimetype
parent
fcd2f88c
Pipeline
#43827
passed with stage
in 27 minutes and 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
messageviewer/src/viewer/viewer_p.cpp
View file @
4eee60f2
...
...
@@ -273,7 +273,6 @@ void ViewerPrivate::openAttachment(KMime::Content *node, const QUrl &url)
if
(
ct
->
hasParameter
(
QStringLiteral
(
"url"
)))
{
KIO
::
OpenUrlJob
*
job
=
new
KIO
::
OpenUrlJob
(
url
,
QStringLiteral
(
"text/html"
));
job
->
setUiDelegate
(
new
KIO
::
JobUiDelegate
(
KJobUiDelegate
::
AutoHandlingEnabled
,
q
));
job
->
setRunExecutables
(
true
);
job
->
start
();
return
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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