mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 08:08:16 +02:00
Allow disabling signature when composing
This commit is contained in:
@@ -119,6 +119,8 @@ public class EntityMessage implements Serializable {
|
||||
public Boolean plain_only = null;
|
||||
public Boolean encrypt = null;
|
||||
public String preview;
|
||||
@NonNull
|
||||
public Boolean signature = true;
|
||||
public Long sent; // compose = null
|
||||
@NonNull
|
||||
public Long received; // compose = stored
|
||||
|
||||
Reference in New Issue
Block a user