Loading src/com/fsck/k9/activity/MessageCompose.java +2 −0 Original line number Diff line number Diff line Loading @@ -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()); Loading Loading
src/com/fsck/k9/activity/MessageCompose.java +2 −0 Original line number Diff line number Diff line Loading @@ -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()); Loading