Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions data/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -2787,8 +2787,9 @@ non-encrypted keys.`
values: setting_types.STRING,
default: 'aes-256-gcm-sha256',
text: `
Set the encryption algorithm. If empty new mails are not encrypted, but
existing mails can still be decrypted.`
Set the encryption algorithm for newly written mails. If empty, new mails are
not encrypted. Existing encrypted mails (with any algorithm) can be decrypted
regardless of this setting.`
},

crypt_private_key_name: {
Expand Down