Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
PIM Sieve Editor
Commits
f6fb5c1e
Commit
f6fb5c1e
authored
Dec 30, 2015
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Save/load wrap text settings
parent
34e8f95f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
sieveeditorconfiguredialog.cpp
sieveeditorconfiguredialog.cpp
+2
-0
No files found.
sieveeditorconfiguredialog.cpp
View file @
f6fb5c1e
...
...
@@ -87,12 +87,14 @@ void SieveEditorConfigureDialog::loadServerSieveConfig()
{
mServerWidget
->
readConfig
();
PimCommon
::
ConfigureImmutableWidgetUtils
::
loadWidget
(
mCloseWallet
,
SieveEditorGlobalConfig
::
self
()
->
closeWalletItem
());
PimCommon
::
ConfigureImmutableWidgetUtils
::
loadWidget
(
mWrapText
,
SieveEditorGlobalConfig
::
self
()
->
wrapTextItem
());
}
void
SieveEditorConfigureDialog
::
saveServerSieveConfig
()
{
mServerWidget
->
writeConfig
();
PimCommon
::
ConfigureImmutableWidgetUtils
::
saveCheckBox
(
mCloseWallet
,
SieveEditorGlobalConfig
::
self
()
->
closeWalletItem
());
PimCommon
::
ConfigureImmutableWidgetUtils
::
saveCheckBox
(
mWrapText
,
SieveEditorGlobalConfig
::
self
()
->
wrapTextItem
());
SieveEditorGlobalConfig
::
self
()
->
save
();
}
...
...
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