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
KDE PIM Add-ons
Commits
8bf1dc21
Commit
8bf1dc21
authored
Apr 19, 2021
by
Laurent Montel
Browse files
Add mimetype
parent
67359706
Pipeline
#58756
passed with stage
in 53 minutes and 44 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
plugins/messageviewerplugins/externalscriptplugin/viewerpluginexternalscriptinterface.cpp
View file @
8bf1dc21
...
...
@@ -44,7 +44,7 @@ void ViewerPluginExternalscriptInterface::refreshActionList(KActionCollection *a
void
ViewerPluginExternalscriptInterface
::
setMessageItem
(
const
Akonadi
::
Item
&
item
)
{
mAkonadiUrl
=
item
.
url
().
toString
();
mAkonadiUrl
=
item
.
url
(
Akonadi
::
Item
::
UrlWithMimeType
).
toString
();
}
void
ViewerPluginExternalscriptInterface
::
setMessage
(
const
KMime
::
Message
::
Ptr
&
msg
)
...
...
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