Store S/MIME key alias in identity

This commit is contained in:
M66B
2019-12-05 20:23:31 +01:00
parent 0d1d7f6ae9
commit 043c33ea41
6 changed files with 2063 additions and 28 deletions

View File

@@ -100,6 +100,7 @@ public class EntityIdentity {
public Boolean store_sent = false; // obsolete
public Long sent_folder = null; // obsolete
public Long sign_key = null; // OpenPGP
public String sign_key_alias = null; // S/MIME
public Boolean tbd;
public String state;
public String error;