mirror of
https://github.com/chatmail/core.git
synced 2026-05-22 16:26:31 +03:00
introduce config option to enable manual encryption mode
This commit is contained in:
@@ -332,6 +332,7 @@ char* dc_get_blobdir (const dc_context_t* context);
|
||||
* To save traffic, however, the avatar is attached only as needed
|
||||
* and also recoded to a reasonable size.
|
||||
* - `e2ee_enabled` = 0=no end-to-end-encryption, 1=prefer end-to-end-encryption (default)
|
||||
* - `manual_encryption_mode` = 0=autocrypt mode (default), 1=choose encryption mode manually per chat
|
||||
* - `mdns_enabled` = 0=do not send or request read receipts,
|
||||
* 1=send and request read receipts (default)
|
||||
* - `bcc_self` = 0=do not send a copy of outgoing messages to self (default),
|
||||
|
||||
Reference in New Issue
Block a user