mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Mark contacts as not junk
This commit is contained in:
@@ -68,6 +68,7 @@ public class EntityContact implements Serializable {
|
||||
|
||||
static final int TYPE_TO = 0;
|
||||
static final int TYPE_FROM = 1;
|
||||
static final int TYPE_NO_JUNK = 3;
|
||||
|
||||
static final int STATE_DEFAULT = 0;
|
||||
static final int STATE_FAVORITE = 1;
|
||||
|
||||
Reference in New Issue
Block a user