feat: pre-messages / next version of download on demand (#7371)

Closes <https://github.com/chatmail/core/issues/7367>

Co-authored-by: iequidoo <dgreshilov@gmail.com>
Co-authored-by: Hocuri <hocuri@gmx.de>
This commit is contained in:
Simon Laux
2026-01-08 22:14:32 +00:00
committed by GitHub
parent 46bbe5f077
commit 2631745a57
43 changed files with 2843 additions and 1393 deletions

View File

@@ -261,7 +261,7 @@ impl Message {
}
};
let text = self.text.clone();
let text = self.text.clone() + &self.additional_text;
let summary = if let Some(type_file) = type_file {
if append_text && !text.is_empty() {