Skip to content

Commit 2844693

Browse files
committed
docs: remove references to sentbox_watch config
This config was already removed in 2.23.0.
1 parent 6078c79 commit 2844693

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

deltachat-ffi/deltachat.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -429,16 +429,13 @@ char* dc_get_blobdir (const dc_context_t* context);
429429
* 1=send a copy of outgoing messages to self (default).
430430
* Sending messages to self is needed for a proper multi-account setup,
431431
* however, on the other hand, may lead to unwanted notifications in non-delta clients.
432-
* - `sentbox_watch`= 1=watch `Sent`-folder for changes,
433-
* 0=do not watch the `Sent`-folder (default).
434432
* - `mvbox_move` = 1=detect chat messages,
435433
* move them to the `DeltaChat` folder,
436434
* and watch the `DeltaChat` folder for updates (default),
437435
* 0=do not move chat-messages
438436
* - `only_fetch_mvbox` = 1=Do not fetch messages from folders other than the
439437
* `DeltaChat` folder. Messages will still be fetched from the
440-
* spam folder and `sendbox_watch` will also still be respected
441-
* if enabled.
438+
* spam folder.
442439
* 0=watch all folders normally (default)
443440
* - `show_emails` = DC_SHOW_EMAILS_OFF (0)=
444441
* show direct replies to chats only,

0 commit comments

Comments
 (0)