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
cf2359d2
Commit
cf2359d2
authored
Sep 24, 2020
by
Laurent Montel
😁
Browse files
Remove comment
parent
57602e0c
Pipeline
#35454
failed with stage
in 95 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
plugins/messageviewerconfigureplugins/foldersettings/folderconfiguresettingspagewidget.cpp
View file @
cf2359d2
...
@@ -58,7 +58,7 @@ void FolderConfigureSettingsPageWidget::save(const Akonadi::Collection::List &co
...
@@ -58,7 +58,7 @@ void FolderConfigureSettingsPageWidget::save(const Akonadi::Collection::List &co
const
MailCommon
::
CollectionExpirySettings
settings
=
mCollectionExpiryWidget
->
settings
();
const
MailCommon
::
CollectionExpirySettings
settings
=
mCollectionExpiryWidget
->
settings
();
for
(
Akonadi
::
Collection
col
:
cols
)
{
for
(
Akonadi
::
Collection
col
:
cols
)
{
mFolderConfigureSettingsGeneralWidget
->
save
(
col
);
mFolderConfigureSettingsGeneralWidget
->
save
(
col
);
mCollectionExpiryWidget
->
save
(
settings
,
col
,
true
,
false
);
//TODO verify boolean
mCollectionExpiryWidget
->
save
(
settings
,
col
,
true
,
false
);
mFolderConfigureSettingsViewWidget
->
save
(
col
);
mFolderConfigureSettingsViewWidget
->
save
(
col
);
mCollectionTemplateWidget
->
save
(
col
);
mCollectionTemplateWidget
->
save
(
col
);
//TODO sync col
//TODO sync col
...
...
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