Added identity menu item to clear sign key

This commit is contained in:
M66B
2019-11-15 08:22:57 +01:00
parent f74c360b92
commit 9bb2b6bd14
3 changed files with 32 additions and 2 deletions

View File

@@ -256,7 +256,7 @@ public class EntityIdentity {
Objects.equals(this.sender_extra_regex, other.sender_extra_regex) &&
Objects.equals(this.replyto, other.replyto) &&
Objects.equals(this.bcc, other.bcc) &&
this.encrypt.equals(other.encrypt) &&
Objects.equals(this.sign_key, other.sign_key) &&
Objects.equals(this.tbd, other.tbd) &&
Objects.equals(this.state, other.state) &&
Objects.equals(this.error, other.error) &&