Separate quote from reply with an empty line

This makes quotes easier to read in previous DC versions and plaintext
MUAs.
This commit is contained in:
Alexander Krotov
2020-10-10 21:17:35 +03:00
committed by link2xt
parent 69f159792e
commit cb5bcebf75

View File

@@ -920,7 +920,7 @@ impl<'a, 'b> MimeFactory<'a, 'b> {
let quoted_text = self
.msg
.quoted_text()
.map(|quote| format_flowed_quote(&quote) + "\r\n");
.map(|quote| format_flowed_quote(&quote) + "\r\n\r\n");
let flowed_text = format_flowed(final_text);
let footer = &self.selfstatus;