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
KMail
Commits
23e33e05
Commit
23e33e05
authored
Jan 21, 2021
by
Laurent Montel
😁
Browse files
Add warning about impossible to start job
parent
16a46c68
Pipeline
#48250
failed with stage
in 17 minutes and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/editor/kmcomposerwin.cpp
View file @
23e33e05
...
...
@@ -2972,7 +2972,9 @@ void KMComposerWin::slotCheckSendNow()
job
->
setEmailWhiteList
(
whiteList
);
job
->
setPotentialPhishingEmails
(
lst
);
connect
(
job
,
&
PotentialPhishingEmailJob
::
potentialPhishingEmailsFound
,
this
,
&
KMComposerWin
::
slotPotentialPhishingEmailsFound
);
job
->
start
();
if
(
!
job
->
start
())
{
qCWarning
(
KMAIL_LOG
)
<<
"PotentialPhishingEmailJob can't start"
;
}
}
}
...
...
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