From 06150d6dc20d91f870728e55e6a47ba0f5d054d7 Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Tue, 15 Sep 2026 15:29:19 +0200 Subject: [PATCH] docs: remove protect_autocrypt setting --- deltachat-ffi/deltachat.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/deltachat-ffi/deltachat.h b/deltachat-ffi/deltachat.h index 005905e74..5274e6c14 100644 --- a/deltachat-ffi/deltachat.h +++ b/deltachat-ffi/deltachat.h @@ -453,11 +453,6 @@ char* dc_get_blobdir (const dc_context_t* context); * always auto-downloaded. * 0 = no limit (default). * Changes affect future messages only. - * - `protect_autocrypt` = Enable Header Protection for Autocrypt header. - * This is an experimental option not compatible to other MUAs - * and older Delta Chat versions. - * 1 = enable. - * 0 = disable (default). * - `gossip_period` = How often to gossip Autocrypt keys in chats with multiple recipients, in * seconds. 2 days by default. * This is not supposed to be changed by UIs and only used for testing.