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

Commit 186f6d6b authored by cketti's avatar cketti
Browse files

Don't save signature to identity header if identity doesn't use a signature

parent 120dcd31
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1602,7 +1602,7 @@ public class MessageCompose extends K9Activity implements OnClickListener {
        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 (mSignatureChanged) {
        if (mIdentity.getSignatureUse() && mSignatureChanged) {
            uri.appendQueryParameter(IdentityField.SIGNATURE.value(), mSignatureView.getText().toString());
        }