mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 03:15:39 +01:00
Prepare envelope from
This commit is contained in:
@@ -27,6 +27,7 @@ import androidx.annotation.NonNull;
|
||||
import androidx.room.ColumnInfo;
|
||||
import androidx.room.Entity;
|
||||
import androidx.room.ForeignKey;
|
||||
import androidx.room.Ignore;
|
||||
import androidx.room.Index;
|
||||
import androidx.room.PrimaryKey;
|
||||
|
||||
@@ -62,6 +63,8 @@ public class EntityIdentity {
|
||||
public String name;
|
||||
@NonNull
|
||||
public String email;
|
||||
@Ignore
|
||||
public String envelopeFrom;
|
||||
@NonNull
|
||||
public Long account;
|
||||
public String display;
|
||||
|
||||
Reference in New Issue
Block a user