Edit sender address per identity

This commit is contained in:
M66B
2019-04-17 17:27:57 +02:00
parent 3fe361c898
commit 35e3604e80
11 changed files with 1734 additions and 57 deletions

View File

@@ -77,6 +77,8 @@ public class EntityIdentity {
public Boolean synchronize;
@NonNull
public Boolean primary;
@NonNull
public boolean sender_extra = false;
public String replyto;
public String bcc;
@NonNull