mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-28 16:40:53 +01:00
Sort frequently contacted on lookup URI
This commit is contained in:
@@ -45,6 +45,7 @@ import static androidx.room.ForeignKey.CASCADE;
|
||||
@Index(value = {"account", "type", "email"}, unique = true),
|
||||
@Index(value = {"email"}),
|
||||
@Index(value = {"name"}),
|
||||
@Index(value = {"avatar"}),
|
||||
@Index(value = {"times_contacted"}),
|
||||
@Index(value = {"last_contacted"}),
|
||||
@Index(value = {"state"})
|
||||
|
||||
Reference in New Issue
Block a user