Automatically remember sign key

This commit is contained in:
M66B
2019-07-18 17:38:51 +02:00
parent 463c59650c
commit d4f6653047
6 changed files with 1849 additions and 6 deletions

View File

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