docs: remove protect_autocrypt setting

This commit is contained in:
B. Petersen
2026-09-15 15:29:19 +02:00
committed by holger krekel
parent 310dda494c
commit 06150d6dc2

View File

@@ -453,11 +453,6 @@ char* dc_get_blobdir (const dc_context_t* context);
* always auto-downloaded. * always auto-downloaded.
* 0 = no limit (default). * 0 = no limit (default).
* Changes affect future messages only. * 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 * - `gossip_period` = How often to gossip Autocrypt keys in chats with multiple recipients, in
* seconds. 2 days by default. * seconds. 2 days by default.
* This is not supposed to be changed by UIs and only used for testing. * This is not supposed to be changed by UIs and only used for testing.