mirror of
https://github.com/chatmail/core.git
synced 2026-04-21 15:36:30 +03:00
fix: do not remove contents from Schleuder ML messages
Before this fix actual contents of the message reposted by Schleuder is considered a mailing list footer and removed, not visible even in the "Show Full Message..." view. With this change there will be two message bubbles, one for header and one for the contents, but it is still better than losing the contents completely. Attempting to parse header part is out of scope for this change.
This commit is contained in:
@@ -38,6 +38,9 @@ pub enum HeaderDef {
|
||||
/// Mailing list ID defined in [RFC 2919](https://tools.ietf.org/html/rfc2919).
|
||||
ListId,
|
||||
ListPost,
|
||||
|
||||
/// List-Help header defined in [RFC 2369](https://datatracker.ietf.org/doc/html/rfc2369).
|
||||
ListHelp,
|
||||
References,
|
||||
|
||||
/// In-Reply-To header containing Message-ID of the parent message.
|
||||
|
||||
Reference in New Issue
Block a user