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 Add-ons
Commits
af3cb097
Commit
af3cb097
authored
Dec 13, 2021
by
Laurent Montel
Browse files
Prepare to implement Unread/Important support
parent
1a4bb780
Pipeline
#109263
passed with stage
in 23 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
kmail/checkbeforedeletemailplugins/confirmbeforedeleting/confirmbeforedeletingrule.cpp
View file @
af3cb097
...
...
@@ -162,6 +162,15 @@ bool ConfirmBeforeDeletingRule::deletingNeedToConfirm(const Akonadi::Item &item,
}
break
;
}
case
Unread
:
{
// TODO
break
;
}
case
Important
:
{
// TODO
break
;
}
case
Unknown
:
qCWarning
(
KMAIL_CONFIRMBEFOREDELETING_PLUGIN_LOG
)
<<
"Invalid rules!"
;
break
;
...
...
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