mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 21:34:44 +02:00
Merge duplicate contact suggestions
This commit is contained in:
@@ -61,6 +61,8 @@ public class EntityContact implements Serializable {
|
||||
static final int STATE_FAVORITE = 1;
|
||||
static final int STATE_IGNORE = 2;
|
||||
|
||||
static final int MAX_SUGGEST = 50; // per category: Android, local to/from
|
||||
|
||||
@PrimaryKey(autoGenerate = true)
|
||||
public Long id;
|
||||
@NonNull
|
||||
|
||||
Reference in New Issue
Block a user