Skip to content
GitLab
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
24c417aa
Commit
24c417aa
authored
Nov 29, 2021
by
Ingo Klöcker
Browse files
Hide S/MIME Validation settings if CMS is disabled
GnuPG-bug-id: 5688
parent
93ce057d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/conf/configuredialog.cpp
View file @
24c417aa
...
...
@@ -52,7 +52,7 @@ ConfigureDialog::ConfigureDialog(QWidget *parent)
QStringLiteral
(
"document-encrypt"
),
new
Kleo
::
Config
::
CryptoOperationsConfigurationPage
(
this
));
}
if
(
settings
.
showSMimeValidationConfiguration
())
{
if
(
settings
.
showSMimeValidationConfiguration
()
&&
settings
.
cmsEnabled
()
)
{
addModule
(
i18n
(
"S/MIME Validation"
),
QStringLiteral
(
"kleopatra/configuration.html#configuration-smime-validation"
),
QStringLiteral
(
"preferences-system-network"
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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