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
KMail
Commits
e277afc6
Commit
e277afc6
authored
Aug 01, 2022
by
Laurent Montel
Browse files
Continue to implement mdn job
parent
7a81b114
Pipeline
#211346
passed with stage
in 5 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/kmmainwidget.cpp
View file @
e277afc6
...
...
@@ -1197,12 +1197,11 @@ void KMMainWidget::slotSendMdnResponse(MessageViewer::MDNWarningWidget::Response
break
;
}
#if 0
auto job = new MailCommon::MDNWarningJob(this);
auto
job
=
new
MailCommon
::
MDNWarningJob
(
KMKernel
::
self
(),
this
);
job
->
setItem
(
mMessagePane
->
currentItem
());
// TODO job->setResponse(...);
job
->
start
();
#endif
// TODO
// connect(job, &MDNWarningJob::)
}
void
KMMainWidget
::
updateMoveAction
(
const
Akonadi
::
CollectionStatistics
&
statistic
)
...
...
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