1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

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

This commit is contained in:
Matthew Brace 2009-03-26 06:06:04 +00:00
parent b0cf11d64c
commit f699361390

View File

@ -575,10 +575,9 @@ public class MessageCompose extends Activity implements OnClickListener, OnFocus
}
}
text = appendSignature(text);
if (!mSourceMessageProcessed) {
text = appendSignature(text);
}
TextBody body = new TextBody(text);