mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-17 07:30:16 -05:00
Don't save signature to identity header if identity doesn't use a signature
This commit is contained in:
parent
120dcd3147
commit
186f6d6ba2
@ -1602,7 +1602,7 @@ public class MessageCompose extends K9Activity implements OnClickListener {
|
|||||||
uri.appendQueryParameter(IdentityField.MESSAGE_FORMAT.value(), mMessageFormat.name());
|
uri.appendQueryParameter(IdentityField.MESSAGE_FORMAT.value(), mMessageFormat.name());
|
||||||
|
|
||||||
// If we're not using the standard identity of signature, append it on to the identity blob.
|
// If we're not using the standard identity of signature, append it on to the identity blob.
|
||||||
if (mSignatureChanged) {
|
if (mIdentity.getSignatureUse() && mSignatureChanged) {
|
||||||
uri.appendQueryParameter(IdentityField.SIGNATURE.value(), mSignatureView.getText().toString());
|
uri.appendQueryParameter(IdentityField.SIGNATURE.value(), mSignatureView.getText().toString());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user