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,