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
PIM MailCommon
Commits
ceb93395
Commit
ceb93395
authored
Oct 17, 2021
by
Laurent Montel
😁
Browse files
Remove it
parent
6da9ca22
Pipeline
#89370
passed with stage
in 30 minutes and 6 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/filter/filterimporterexporter.cpp
View file @
ceb93395
...
...
@@ -50,9 +50,7 @@ QVector<MailFilter *> FilterImporterExporter::readFiltersFromConfig(const KShare
filterNeedUpdate
=
true
;
}
if
(
filter
->
isEmpty
())
{
#ifndef NDEBUG
qCDebug
(
MAILCOMMON_LOG
)
<<
"Filter"
<<
filter
->
asString
()
<<
"is empty!"
;
#endif
emptyFilters
<<
filter
->
name
();
delete
filter
;
}
else
{
...
...
src/search/searchpattern.cpp
View file @
ceb93395
...
...
@@ -112,9 +112,7 @@ QString SearchPattern::purify(bool removeAction)
--
it
;
if
((
*
it
)
->
isEmpty
())
{
if
(
removeAction
)
{
#ifndef NDEBUG
qCDebug
(
MAILCOMMON_LOG
)
<<
"Removing"
<<
(
*
it
)
->
asString
();
#endif
if
(
!
informationAboutNotValidPattern
.
isEmpty
())
{
informationAboutNotValidPattern
+=
QLatin1Char
(
'\n'
);
}
...
...
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