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
b9314792
Commit
b9314792
authored
Sep 24, 2020
by
Laurent Montel
😁
Browse files
Save all settings
parent
2c12ac73
Pipeline
#35428
failed with stage
in 111 minutes and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
plugins/messageviewerconfigureplugins/foldersettings/folderconfiguresettingspagewidget.cpp
View file @
b9314792
...
...
@@ -51,11 +51,12 @@ FolderConfigureSettingsPageWidget::~FolderConfigureSettingsPageWidget()
void
FolderConfigureSettingsPageWidget
::
save
(
const
Akonadi
::
Collection
::
List
&
cols
)
{
const
MailCommon
::
CollectionExpirySettings
settings
=
mCollectionExpiryWidget
->
settings
();
for
(
Akonadi
::
Collection
col
:
cols
)
{
//TODO
mFolderConfigureSettingsGeneralWidget
->
save
(
col
);
//TODO
mCollectionExpiryWidget->save(
);
mCollectionExpiryWidget
->
save
(
settings
,
col
,
true
,
false
);
//TODO verify boolean
mFolderConfigureSettingsViewWidget
->
save
(
col
);
mCollectionTemplateWidget
->
save
(
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