From cd036bd33a373b2f8e9b39fdcd0c303dd10ad75b Mon Sep 17 00:00:00 2001 From: link2xt Date: Tue, 12 May 2026 23:30:56 +0200 Subject: [PATCH] feat: remove workaround for old filtermail Filtermail fix was merged more than a year ago. --- src/mimefactory.rs | 5 ----- 1 file changed, 5 deletions(-) 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![