Merge branch 'mjog/283-plain-text-whitespace-fixes' into 'mainline'

Email body whitespace fixes

See merge request GNOME/geary!610
This commit is contained in:
Michael Gratton 2020-11-05 08:19:16 +00:00
commit ec7ea98494
7 changed files with 37 additions and 73 deletions

View file

@ -59,7 +59,7 @@ private class Geary.RFC822.FilterBlockquotes : GMime.Filter {
if (!initial_element) {
// We set the style explicitly so it will be set in HTML emails. We also give it a
// class so users can customize the style in the viewer.
insert_string("<div class=\"plaintext\" style=\"white-space: pre-wrap;\">", ref out_index);
insert_string("<div class=\"plaintext\" style=\"white-space: break-spaces;\">", ref out_index);
initial_element = true;
}