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
PIM Messagelib
Commits
449b569c
Commit
449b569c
authored
Oct 19, 2022
by
Sandro Knauß
🐝
Browse files
Add Global setting auto encrypt/sign
parent
6b0fcf64
Pipeline
#250945
passed with stage
in 12 minutes and 55 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
messagecomposer/src/settings/messagecomposer.kcfg.cmake
View file @
449b569c
...
...
@@ -81,6 +81,14 @@ xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0 http://www.kde.org/sta
<label>Improve plain text version of HTML message</label>
<default>true</default>
</entry>
<entry name=
"CryptoAutoSign"
type=
"Bool"
key=
"crypto-auto-sign"
>
<label>Sign all messages, if possible</label>
<default>false</default>
</entry>
<entry name=
"CryptoAutoEncrypt"
type=
"Bool"
key=
"crypto-auto-encrypt"
>
<label>Enable encrpytion, if we found keys for all recipients</label>
<default>false</default>
</entry>
<entry name=
"CryptoWarningUnencrypted"
type=
"Bool"
key=
"crypto-warning-unencrypted"
>
<label>Warn before sending unencrypted messages</label>
<default>false</default>
...
...
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