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
KDE PIM Runtime
Commits
61f03551
Commit
61f03551
authored
Jun 29, 2021
by
Laurent Montel
😁
Browse files
Use new NewMailNotifierReplyMessageJob
parent
5320597c
Pipeline
#67943
failed with stage
in 25 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
agents/newmailnotifier/specialnotifierjob.cpp
View file @
61f03551
...
...
@@ -6,6 +6,7 @@
#include "specialnotifierjob.h"
#include "newmailnotifieragentsettings.h"
#include "newmailnotifierreplymessagejob.h"
#include "newmailnotifiershowmessagejob.h"
#include <Akonadi/Contact/ContactSearchJob>
...
...
@@ -186,7 +187,9 @@ void SpecialNotifierJob::slotActivateNotificationAction(unsigned int index)
void
SpecialNotifierJob
::
slotReplyMessage
()
{
// TODO
auto
job
=
new
NewMailNotifierReplyMessageJob
(
mItem
.
id
());
job
->
setReplyToAll
(
false
);
// TODO add support
job
->
start
();
deleteLater
();
}
...
...
Write
Preview
Markdown
is supported
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