|
|
@ -57,13 +57,12 @@ import static androidx.room.ForeignKey.SET_NULL;
|
|
|
|
@Index(value = {"account"}),
|
|
|
|
@Index(value = {"account"}),
|
|
|
|
@Index(value = {"folder"}),
|
|
|
|
@Index(value = {"folder"}),
|
|
|
|
@Index(value = {"identity"}),
|
|
|
|
@Index(value = {"identity"}),
|
|
|
|
@Index(value = {"replying"}),
|
|
|
|
|
|
|
|
@Index(value = {"forwarding"}),
|
|
|
|
|
|
|
|
@Index(value = {"folder", "uid"}, unique = true),
|
|
|
|
@Index(value = {"folder", "uid"}, unique = true),
|
|
|
|
@Index(value = {"msgid", "folder"}, unique = true),
|
|
|
|
@Index(value = {"msgid", "folder"}, unique = true),
|
|
|
|
@Index(value = {"thread"}),
|
|
|
|
@Index(value = {"thread"}),
|
|
|
|
@Index(value = {"sender"}),
|
|
|
|
@Index(value = {"sender"}),
|
|
|
|
@Index(value = {"received"}),
|
|
|
|
@Index(value = {"received"}),
|
|
|
|
|
|
|
|
@Index(value = {"subject"}),
|
|
|
|
@Index(value = {"ui_seen"}),
|
|
|
|
@Index(value = {"ui_seen"}),
|
|
|
|
@Index(value = {"ui_flagged"}),
|
|
|
|
@Index(value = {"ui_flagged"}),
|
|
|
|
@Index(value = {"ui_hide"}),
|
|
|
|
@Index(value = {"ui_hide"}),
|
|
|
|