add hide_pre_message_metadata_text config option to hide the additional text that would get added to pre-messages

This commit is contained in:
Simon Laux
2025-12-03 17:46:04 +01:00
committed by link2xt
parent bfc58e9204
commit 612f3f32aa
6 changed files with 123 additions and 21 deletions

View File

@@ -495,6 +495,8 @@ char* dc_get_blobdir (const dc_context_t* context);
* Post-Messages are automatically downloaded if they are smaller than the download_limit.
* 0=no limit (default).
* Changes affect future messages only.
* - `hide_pre_message_metadata_text` = Pre-Messages get information added to their text field.
* UI can set this to true when it already displays this information in a prettier manner.
* - `protect_autocrypt` = Enable Header Protection for Autocrypt header.
* This is an experimental option not compatible to other MUAs
* and older Delta Chat versions.