mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 03:15:39 +01:00
Show threading count / outbox
This commit is contained in:
@@ -30,7 +30,7 @@ import java.util.Objects;
|
||||
value = TupleIdentityView.query
|
||||
)
|
||||
public class TupleIdentityView {
|
||||
static final String query = "SELECT id, name, email, display, color, synchronize FROM identity";
|
||||
static final String query = "SELECT id, name, email, account, display, color, synchronize FROM identity";
|
||||
|
||||
@NonNull
|
||||
public Long id;
|
||||
@@ -38,6 +38,8 @@ public class TupleIdentityView {
|
||||
public String name;
|
||||
@NonNull
|
||||
public String email;
|
||||
@NonNull
|
||||
public Long account;
|
||||
public String display;
|
||||
public Integer color;
|
||||
@NonNull
|
||||
|
||||
Reference in New Issue
Block a user