mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-29 00:51:44 +01: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