mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Search improvements
This commit is contained in:
@@ -58,8 +58,8 @@ import static androidx.room.ForeignKey.CASCADE;
|
||||
@Index(value = {"folder"}),
|
||||
@Index(value = {"identity"}),
|
||||
@Index(value = {"replying"}),
|
||||
@Index(value = {"folder", "uid"}, unique = true),
|
||||
@Index(value = {"msgid", "folder"}, unique = true),
|
||||
@Index(value = {"folder", "uid", "ui_found"}, unique = true),
|
||||
@Index(value = {"msgid", "folder", "ui_found"}, unique = true),
|
||||
@Index(value = {"thread"}),
|
||||
@Index(value = {"received"}),
|
||||
@Index(value = {"ui_seen"}),
|
||||
|
||||
Reference in New Issue
Block a user