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
KMailTransport
Commits
d4593e6e
Commit
d4593e6e
authored
Jul 07, 2017
by
Laurent Montel
😁
Browse files
Minor
parent
0ed99c50
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/kmailtransportakonadi/plugins/akonadimailtransportplugin.cpp
View file @
d4593e6e
...
...
@@ -95,7 +95,7 @@ MailTransport::TransportJob *AkonadiMailTransportPlugin::createTransportJob(Mail
void
AkonadiMailTransportPlugin
::
initializeTransport
(
MailTransport
::
Transport
*
t
,
const
QString
&
identifier
)
{
Akonadi
::
AgentInstanceCreateJob
*
cjob
=
new
AgentInstanceCreateJob
(
identifier
);
AgentInstanceCreateJob
*
cjob
=
new
AgentInstanceCreateJob
(
identifier
);
if
(
!
cjob
->
exec
())
{
qCWarning
(
MAILTRANSPORT_AKONADI_LOG
)
<<
"Failed to create agent instance of type"
<<
identifier
;
return
;
...
...
Write
Preview
Supports
Markdown
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