mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 17:36:29 +03:00
docs: update default value for show_emails in dc_set_config() documentation
This commit is contained in:
@@ -420,11 +420,11 @@ char* dc_get_blobdir (const dc_context_t* context);
|
|||||||
* 0=watch all folders normally (default)
|
* 0=watch all folders normally (default)
|
||||||
* changes require restarting IO by calling dc_stop_io() and then dc_start_io().
|
* changes require restarting IO by calling dc_stop_io() and then dc_start_io().
|
||||||
* - `show_emails` = DC_SHOW_EMAILS_OFF (0)=
|
* - `show_emails` = DC_SHOW_EMAILS_OFF (0)=
|
||||||
* show direct replies to chats only (default),
|
* show direct replies to chats only,
|
||||||
* DC_SHOW_EMAILS_ACCEPTED_CONTACTS (1)=
|
* DC_SHOW_EMAILS_ACCEPTED_CONTACTS (1)=
|
||||||
* also show all mails of confirmed contacts,
|
* also show all mails of confirmed contacts,
|
||||||
* DC_SHOW_EMAILS_ALL (2)=
|
* DC_SHOW_EMAILS_ALL (2)=
|
||||||
* also show mails of unconfirmed contacts.
|
* also show mails of unconfirmed contacts (default).
|
||||||
* - `key_gen_type` = DC_KEY_GEN_DEFAULT (0)=
|
* - `key_gen_type` = DC_KEY_GEN_DEFAULT (0)=
|
||||||
* generate recommended key type (default),
|
* generate recommended key type (default),
|
||||||
* DC_KEY_GEN_RSA2048 (1)=
|
* DC_KEY_GEN_RSA2048 (1)=
|
||||||
|
|||||||
Reference in New Issue
Block a user