mirror of
https://github.com/chatmail/core.git
synced 2026-04-24 17:06:28 +03:00
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:
committed by
link2xt
parent
69f159792e
commit
cb5bcebf75
@@ -920,7 +920,7 @@ impl<'a, 'b> MimeFactory<'a, 'b> {
|
||||
let quoted_text = self
|
||||
.msg
|
||||
.quoted_text()
|
||||
.map(|quote| format_flowed_quote("e) + "\r\n");
|
||||
.map(|quote| format_flowed_quote("e) + "\r\n\r\n");
|
||||
let flowed_text = format_flowed(final_text);
|
||||
|
||||
let footer = &self.selfstatus;
|
||||
|
||||
Reference in New Issue
Block a user