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

Commit f6993613 authored by Matthew Brace's avatar Matthew Brace
Browse files

Prevent multiple appendages of the email signature (Issue 66).

parent b0cf11d6
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -575,10 +575,9 @@ public class MessageCompose extends Activity implements OnClickListener, OnFocus
            }
        }



        if (!mSourceMessageProcessed) {
            text = appendSignature(text);
        
        }

        TextBody body = new TextBody(text);