mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 09:26:29 +03:00
avoids double-semicolon problem leading to empty messages in pre-master releases
This commit is contained in:
@@ -516,7 +516,7 @@ impl<'a, 'b> MimeFactory<'a, 'b> {
|
|||||||
// Set the appropriate Content-Type for the outer message
|
// Set the appropriate Content-Type for the outer message
|
||||||
let mut outer_message = PartBuilder::new().header((
|
let mut outer_message = PartBuilder::new().header((
|
||||||
"Content-Type".to_string(),
|
"Content-Type".to_string(),
|
||||||
"multipart/encrypted; protocol=\"application/pgp-encrypted\";".to_string(),
|
"multipart/encrypted; protocol=\"application/pgp-encrypted\"".to_string(),
|
||||||
));
|
));
|
||||||
|
|
||||||
// Store the unprotected headers on the outer message.
|
// Store the unprotected headers on the outer message.
|
||||||
|
|||||||
Reference in New Issue
Block a user