From 2d65b247e4e1942e19a42bc9dfdcce018feab87b Mon Sep 17 00:00:00 2001 From: "J.Buchholz@cibex.net" Date: Tue, 13 Dec 2022 11:30:20 +0100 Subject: [PATCH] [FIX] mail_quoted_reply: add line breaks before block quote --- mail_quoted_reply/models/mail_message.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mail_quoted_reply/models/mail_message.py b/mail_quoted_reply/models/mail_message.py index a40114025..242a4143b 100644 --- a/mail_quoted_reply/models/mail_message.py +++ b/mail_quoted_reply/models/mail_message.py @@ -11,6 +11,8 @@ class MailMessage(models.Model): def _prep_quoted_reply_body(self): return """
+
+