Mark contacts as not junk

This commit is contained in:
M66B
2021-09-04 17:28:15 +02:00
parent 4d89cfa8cd
commit 712e96c5e0
4 changed files with 75 additions and 2 deletions

View File

@@ -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;