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
Kleopatra
Commits
27c5d311
Commit
27c5d311
authored
Nov 29, 2021
by
Ingo Klöcker
Browse files
Replace "Protocols" group with "CMS" group
The "CMS" group will contain settings specific for CMS. GnuPG-bug-id: 5688
parent
232817a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/kcfg/settings.kcfg
View file @
27c5d311
...
...
@@ -39,6 +39,14 @@
<default>
true
</default>
</entry>
</group>
<group
name=
"CMS"
>
<entry
key=
"Enabled"
name=
"cmsEnabled"
type=
"Bool"
>
<label>
Enable S/MIME
</label>
<tooltip>
Enables support for S/MIME (CMS).
</tooltip>
<whatsthis>
If false, then Kleopatra's main UI will not offer any functionality related to S/MIME (CMS).
</whatsthis>
<default>
true
</default>
</entry>
</group>
<group
name=
"ConfigurationDialog"
>
<entry
name=
"ShowAppearanceConfiguration"
type=
"Bool"
>
<label>
Show appearance configuration
</label>
...
...
@@ -69,12 +77,4 @@
<default>
true
</default>
</entry>
</group>
<group
name=
"Protocols"
>
<entry
key=
"CMSEnabled"
name=
"cmsEnabled"
type=
"Bool"
>
<label>
Enable S/MIME
</label>
<tooltip>
Enables support for S/MIME (CMS).
</tooltip>
<whatsthis>
If false, then Kleopatra's main UI will not offer any functionality related to S/MIME (CMS).
</whatsthis>
<default>
true
</default>
</entry>
</group>
</kcfg>
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