Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2f48309f authored by Jesse Vincent's avatar Jesse Vincent
Browse files

We forgot to HTML markup the body of the message in cases where we

weren't quoting any text
parent 378002c6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -914,11 +914,13 @@ public class MessageCompose extends K9Activity implements OnClickListener, OnFoc
            discardQuotedText = true;
        }
        

        if (discardQuotedText) {
            if (!isDraft) {
                text = appendSignature(text);
            }

            text = HtmlConverter.textToHtmlFragment(text);
            // Build the body.
            TextBody body = new TextBody(text);
            body.setComposedMessageLength(text.length());