mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 19:35:10 +01:00
Remember last used encryption method per identity
This commit is contained in:
@@ -100,7 +100,7 @@ public class EntityIdentity {
|
||||
@NonNull
|
||||
public Boolean plain_only = false; // obsolete
|
||||
@NonNull
|
||||
public Boolean encrypt = false; // obsolete
|
||||
public Integer encrypt = 0; // Default method 0=PGP 1=S/MIME
|
||||
@NonNull
|
||||
public Boolean delivery_receipt = false; // obsolete
|
||||
@NonNull
|
||||
|
||||
Reference in New Issue
Block a user