mirror of
https://github.com/chatmail/core.git
synced 2026-04-26 09:56:35 +03:00
Document the meaning of empty Message.subject
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user