mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-29 00:51:44 +01:00
Improved duplicate marking
This commit is contained in:
@@ -19,6 +19,8 @@ package eu.faircode.email;
|
||||
Copyright 2018-2019 by Marcel Bokhorst (M66B)
|
||||
*/
|
||||
|
||||
import androidx.room.Ignore;
|
||||
|
||||
public class TupleMessageEx extends EntityMessage {
|
||||
public String accountName;
|
||||
public Integer accountColor;
|
||||
@@ -32,6 +34,7 @@ public class TupleMessageEx extends EntityMessage {
|
||||
public int attachments;
|
||||
public int drafts;
|
||||
public int visible;
|
||||
@Ignore
|
||||
public boolean duplicate;
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user