mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-01 02:21:37 +01:00
Show filtered, duplicate messages
This commit is contained in:
@@ -19,6 +19,8 @@ package eu.faircode.email;
|
||||
Copyright 2018-2019 by Marcel Bokhorst (M66B)
|
||||
*/
|
||||
|
||||
import android.content.Context;
|
||||
|
||||
import androidx.room.Ignore;
|
||||
|
||||
import java.util.Objects;
|
||||
@@ -47,7 +49,13 @@ public class TupleMessageEx extends EntityMessage {
|
||||
public Long totalSize;
|
||||
|
||||
@Ignore
|
||||
public boolean duplicate;
|
||||
boolean duplicate;
|
||||
|
||||
String getFolderName(Context context) {
|
||||
return (folderDisplay == null
|
||||
? Helper.localizeFolderName(context, folderName)
|
||||
: folderDisplay);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean equals(Object obj) {
|
||||
|
||||
Reference in New Issue
Block a user