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
c8e4370d
Commit
c8e4370d
authored
Jun 29, 2021
by
Laurent Montel
😁
Browse files
Continue to implement check
parent
613b04da
Pipeline
#67992
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
kmail/checkbeforedeletemailplugins/confirmbeforedeleting/confirmbeforedeletingrule.cpp
View file @
c8e4370d
...
...
@@ -36,7 +36,19 @@ void ConfirmBeforeDeletingRule::setRuleType(RuleType newRuleType)
bool
ConfirmBeforeDeletingRule
::
deletingNeedToConfirm
()
const
{
// TODO
switch
(
mRuleType
)
{
case
Body
:
break
;
case
Subject
:
break
;
case
To
:
break
;
case
Cc
:
break
;
case
Unknown
:
// Add qCWarning() << "Invalid rules!";
break
;
}
return
false
;
}
...
...
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