diff --git a/src/mimefactory.rs b/src/mimefactory.rs index dfe64119a..f9db75dd0 100644 --- a/src/mimefactory.rs +++ b/src/mimefactory.rs @@ -1939,11 +1939,6 @@ pub(crate) fn render_outer_message( /// Takes the encrypted part, wraps it in a MimePart, /// and sets the appropriate Content-Type for the outer message pub(crate) fn wrap_encrypted_part(encrypted: String) -> MimePart<'static> { - // XXX: additional newline is needed - // to pass filtermail at - // : - let encrypted = encrypted + "\n"; - MimePart::new( "multipart/encrypted; protocol=\"application/pgp-encrypted\"", vec![