mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-06 03:50:08 +02:00
comment
This commit is contained in:
parent
4717bdf5b6
commit
3fd4e0046c
1 changed files with 3 additions and 2 deletions
|
@ -376,8 +376,9 @@ static char* get_sys_config_str(const char* key)
|
|||
* NULL to remove the avatar.
|
||||
* - `e2ee_enabled` = 0=no end-to-end-encryption, 1=prefer end-to-end-encryption (default)
|
||||
* - `mdns_enabled` = 0=do not send or request read receipts,
|
||||
* 1=send and request read receipts
|
||||
* - `save_mime_headers` = set this to "1" if you want to use dc_get_mime_headers() later
|
||||
* 1=send and request read receipts (default)
|
||||
* - `save_mime_headers` = 1=save mime headers and make dc_get_mime_headers() work for subsequent calls,
|
||||
* 0=do not save mime headers (default)
|
||||
*
|
||||
* If you want to retrieve a value, use dc_get_config().
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue