From 6658ad8618a820765fe278ffdea1625ece5c0ea3 Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Fri, 15 May 2020 17:06:15 +0200 Subject: [PATCH] clarify delete_server_after option --- deltachat-ffi/deltachat.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deltachat-ffi/deltachat.h b/deltachat-ffi/deltachat.h index 53e202fa3..338648311 100644 --- a/deltachat-ffi/deltachat.h +++ b/deltachat-ffi/deltachat.h @@ -380,7 +380,8 @@ char* dc_get_blobdir (const dc_context_t* context); * Messages are deleted whether they were seen or not, the UI should clearly point that out. * See also dc_estimate_deletion_cnt(). * - `delete_server_after` = 0=do not delete messages from server automatically (default), - * >=1=seconds, after which messages are deleted automatically from the server. + * 1=delete messages directly after receiving from server, mvbox is skipped. + * >1=seconds, after which messages are deleted automatically from the server, mvbox is used as defined. * "Saved messages" are deleted from the server as well as * emails matching the `show_emails` settings above, the UI should clearly point that out. * See also dc_estimate_deletion_cnt().