Only fetch mvbox deltachat.h additions (#3045)

* Use the formatting of the rest of the file

* Add changes require restarting IO by calling dc_stop_io() and then dc_start_io(). comment
This commit is contained in:
Hocuri
2022-01-31 17:46:18 +01:00
committed by GitHub
parent a43fc47bb6
commit c8f56d748a

View File

@@ -343,12 +343,12 @@ char* dc_get_blobdir (const dc_context_t* context);
* and watch the `DeltaChat` folder for updates (default), * and watch the `DeltaChat` folder for updates (default),
* 0=do not move chat-messages * 0=do not move chat-messages
* 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().
* - `only_fetch_mvbox` * - `only_fetch_mvbox` = 1=Do not fetch messages from folders other than the
* = 1=Do not fetch messages from folders other than the * `DeltaChat` folder. Messages will still be fetched from the
* `DeltaChat` folder. Messages will still be fetched from the * spam folder and `sendbox_watch` will also still be respected
* spam folder and `sendbox_watch` will also still be respected * if enabled.
* if enabled.
* 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().
* - `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 (default),
* DC_SHOW_EMAILS_ACCEPTED_CONTACTS (1)= * DC_SHOW_EMAILS_ACCEPTED_CONTACTS (1)=