mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Cleanup found messages
This commit is contained in:
@@ -63,7 +63,8 @@ import static androidx.room.ForeignKey.CASCADE;
|
||||
@Index(value = {"thread"}),
|
||||
@Index(value = {"received"}),
|
||||
@Index(value = {"ui_seen"}),
|
||||
@Index(value = {"ui_hide"})
|
||||
@Index(value = {"ui_hide"}),
|
||||
@Index(value = {"ui_found"})
|
||||
}
|
||||
)
|
||||
public class EntityMessage implements Serializable {
|
||||
|
||||
Reference in New Issue
Block a user