From 581ea9fda0e8b5808d7e8d8a2daea939ed33f3b9 Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Mon, 10 Jan 2022 21:02:27 +0100 Subject: [PATCH] remove outdated DC_STR_STATUSLINE link --- deltachat-ffi/deltachat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deltachat-ffi/deltachat.h b/deltachat-ffi/deltachat.h index f8584240b..122f33f4d 100644 --- a/deltachat-ffi/deltachat.h +++ b/deltachat-ffi/deltachat.h @@ -279,7 +279,7 @@ char* dc_get_blobdir (const dc_context_t* context); * - `imap_certificate_checks` = how to check IMAP certificates, one of the @ref DC_CERTCK flags, defaults to #DC_CERTCK_AUTO (0) * - `smtp_certificate_checks` = how to check SMTP certificates, one of the @ref DC_CERTCK flags, defaults to #DC_CERTCK_AUTO (0) * - `displayname` = Own name to use when sending messages. MUAs are allowed to spread this way e.g. using CC, defaults to empty - * - `selfstatus` = Own status to display e.g. in email footers, defaults to a standard text defined by #DC_STR_STATUSLINE + * - `selfstatus` = Own status to display e.g. in email footers, defaults to empty * - `selfavatar` = File containing avatar. Will immediately be copied to the * `blobdir`; the original image will not be needed anymore. * NULL to remove the avatar.