Skip to content

Commit 6a966fd

Browse files
sirainencmouse
authored andcommitted
data/settings: Clarify crypt_write_algorithm description
1 parent 09df12a commit 6a966fd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

data/settings.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2787,8 +2787,9 @@ non-encrypted keys.`
27872787
values: setting_types.STRING,
27882788
default: 'aes-256-gcm-sha256',
27892789
text: `
2790-
Set the encryption algorithm. If empty new mails are not encrypted, but
2791-
existing mails can still be decrypted.`
2790+
Set the encryption algorithm for newly written mails. If empty, new mails are
2791+
not encrypted. Existing encrypted mails (with any algorithm) can be decrypted
2792+
regardless of this setting.`
27922793
},
27932794

27942795
crypt_private_key_name: {

0 commit comments

Comments
 (0)