mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 16:16:33 +02:00
Added system folders selection
This commit is contained in:
@@ -44,6 +44,7 @@ import static androidx.room.ForeignKey.CASCADE;
|
||||
@ForeignKey(childColumns = "message", entity = EntityMessage.class, parentColumns = "id", onDelete = CASCADE)
|
||||
},
|
||||
indices = {
|
||||
@Index(value = {"folder"}),
|
||||
@Index(value = {"message"})
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user