mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-17 07:30:16 -05:00
Prevent multiple appendages of the email signature (Issue 66).
This commit is contained in:
parent
b0cf11d64c
commit
f699361390
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user