From b5fc9aedc52e5195688fd505108521654fb79bb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kl=C3=A4hn?= <39526136+Septias@users.noreply.github.com> Date: Sun, 11 Dec 2022 11:31:02 +0100 Subject: [PATCH] Update src/mimeparser.rs Co-authored-by: Hocuri --- src/mimeparser.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mimeparser.rs b/src/mimeparser.rs index 9b5cef642..b6f7fd25f 100644 --- a/src/mimeparser.rs +++ b/src/mimeparser.rs @@ -57,8 +57,8 @@ pub struct MimeMessage { /// Whether the From address was repeated in the signed part /// (and we know that the signer intended to send from this address) pub from_is_signed: bool, - /// The list post message is only set for messaging lists and is the address - /// where users can send messages to which will be posted in the list + /// The List-Post address is only set for mailing lists. Users can send + /// messages to this address to post them to the list. pub list_post: Option, pub chat_disposition_notification_to: Option, pub decryption_info: DecryptionInfo,