mirror of
https://github.com/chatmail/core.git
synced 2026-04-21 15:36:30 +03:00
Add dc_msg_set_subject() C FFI (#4057)
This commit is contained in:
@@ -797,6 +797,12 @@ impl Message {
|
||||
self.text = text;
|
||||
}
|
||||
|
||||
/// Sets the email's subject. If it's empty, a default subject
|
||||
/// will be used (e.g. `Message from Alice` or `Re: <last subject>`).
|
||||
pub fn set_subject(&mut self, subject: String) {
|
||||
self.subject = subject;
|
||||
}
|
||||
|
||||
/// Sets the file associated with a message.
|
||||
///
|
||||
/// This function does not use the file or check if it exists,
|
||||
|
||||
Reference in New Issue
Block a user