Document the meaning of empty Message.subject

This commit is contained in:
link2xt
2023-02-19 13:05:39 +00:00
parent 85517abf58
commit 626ec5e793
2 changed files with 3 additions and 1 deletions

View File

@@ -265,6 +265,8 @@ pub struct Message {
pub(crate) text: Option<String>,
/// Message subject.
///
/// If empty, a default subject will be generated when sending.
pub(crate) subject: String,
/// `Message-ID` header value.