Add OnlyFetchMvbox option

This commit is contained in:
Hocuri
2022-01-27 12:11:46 +01:00
parent 800c95ae63
commit 3e227f1566
6 changed files with 62 additions and 1 deletions

View File

@@ -343,6 +343,11 @@ char* dc_get_blobdir (const dc_context_t* context);
* and watch the `DeltaChat` folder for updates (default),
* 0=do not move chat-messages
* changes require restarting IO by calling dc_stop_io() and then dc_start_io().
* - `only_fetch_mvbox` = 1=ignore all folders except for the `DeltaChat` folder.
* Setting this will automatically set `mvbox_move` to 1 and `sentbox_watch` to 0.
* Setting `mvbox_move` to 0 or `sentbox_watch` to 1 will automatically disable this option.
* When this option is set, the UI should disable the `mvbox_move` and `sentbox_watch` options.
* 0=watch all folders normally (default)
* - `show_emails` = DC_SHOW_EMAILS_OFF (0)=
* show direct replies to chats only (default),
* DC_SHOW_EMAILS_ACCEPTED_CONTACTS (1)=