mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 07:06:18 +02:00
Allow duplicate message IDs
Some providers, in any case Gmail, allow duplicate message IDs as well
This commit is contained in:
@@ -58,7 +58,7 @@ import static androidx.room.ForeignKey.SET_NULL;
|
||||
@Index(value = {"folder"}),
|
||||
@Index(value = {"identity"}),
|
||||
@Index(value = {"folder", "uid"}, unique = true),
|
||||
@Index(value = {"msgid", "folder"}, unique = true),
|
||||
@Index(value = {"msgid"}),
|
||||
@Index(value = {"thread"}),
|
||||
@Index(value = {"sender"}),
|
||||
@Index(value = {"received"}),
|
||||
|
||||
Reference in New Issue
Block a user