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 Messagelib
Commits
db5bb66b
Commit
db5bb66b
authored
Jun 09, 2021
by
Laurent Montel
😁
Browse files
Reparse config + add more debug
parent
610c33ee
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
db5bb66b
...
...
@@ -13,7 +13,7 @@ set(KF5_MIN_VERSION "5.82.0")
set
(
MESSAGELIB_LIB_VERSION
${
PIM_VERSION
}
)
set
(
AKONADIMIME_LIB_VERSION
"5.17.4
0
"
)
set
(
AKONADIMIME_LIB_VERSION
"5.17.4
1
"
)
set
(
QT_REQUIRED_VERSION
"5.15.0"
)
set
(
AKONADICONTACT_LIB_VERSION
"5.17.40"
)
...
...
messagelist/src/core/filter.cpp
View file @
db5bb66b
...
...
@@ -164,6 +164,7 @@ void Filter::save(const KSharedConfig::Ptr &config, const QString &filtername)
newGroup
.
sync
();
grp
.
writeEntry
(
"NumberFilter"
,
numberFilter
);
grp
.
sync
();
config
->
reparseConfiguration
();
}
Filter
*
Filter
::
load
(
const
KSharedConfig
::
Ptr
&
config
,
int
filternumber
)
...
...
@@ -288,5 +289,6 @@ QDebug operator<<(QDebug d, const MessageList::Core::Filter &t)
d
<<
"identifier "
<<
t
.
identifier
();
d
<<
"search string "
<<
t
.
searchString
();
d
<<
"search option "
<<
t
.
currentOptions
();
d
<<
"status "
<<
t
.
status
();
return
d
;
}
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