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 Add-ons
Commits
e5875665
Commit
e5875665
authored
Jun 30, 2021
by
Laurent Montel
😁
Browse files
Info that we do nothing here
parent
711809a2
Pipeline
#68043
passed with stage
in 52 minutes and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
kmail/checkbeforedeletemailplugins/confirmbeforedeleting/confirmbeforedeletinginterface.cpp
View file @
e5875665
...
...
@@ -24,6 +24,7 @@ Akonadi::Item::List ConfirmBeforeDeletingInterface::exec(const Akonadi::Item::Li
if
(
ConfirmBeforeDeletingManager
::
self
()
->
deletingNeedToConfirm
(
item
))
{
// Use subject ?
if
(
KMessageBox
::
questionYesNo
(
parentWidget
(),
i18n
(
"Do you want to delete this email?"
),
i18n
(
"Confirm Delete Mail"
))
==
KMessageBox
::
Yes
)
{
;
// nothing
}
else
{
lst
<<
item
;
}
...
...
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