mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +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
|
||||
let mut outer_message = PartBuilder::new().header((
|
||||
"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.
|
||||
|
||||
Reference in New Issue
Block a user