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 Runtime
Commits
d9501a73
Commit
d9501a73
authored
Sep 25, 2021
by
Laurent Montel
Browse files
Debug--
parent
567b5019
Pipeline
#82557
failed with stage
in 28 minutes and 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
agents/maildispatcher/sendjob.cpp
View file @
d9501a73
...
...
@@ -164,7 +164,6 @@ void SendJob::doTraditionalTransport()
job
->
setCc
(
addressAttribute
->
cc
());
job
->
setBcc
(
addressAttribute
->
bcc
());
job
->
setDeliveryStatusNotification
(
addressAttribute
->
deliveryStatusNotification
());
qDebug
()
<<
" addressAttribute->deliveryStatusNotification()*********************************"
<<
addressAttribute
->
deliveryStatusNotification
();
// Signals.
connect
(
job
,
&
TransportJob
::
result
,
this
,
&
SendJob
::
transportResult
);
...
...
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