mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-01 18:41:20 +01:00
Drop requirement for multiple unified system folders
This commit is contained in:
@@ -163,8 +163,7 @@ public interface DaoFolder {
|
||||
" WHERE account.synchronize" +
|
||||
" AND folder.type <> '" + EntityFolder.SYSTEM + "'" +
|
||||
" AND folder.type <> '" + EntityFolder.USER + "'" +
|
||||
" GROUP BY folder.type" +
|
||||
" HAVING COUNT(folder.id) > 1")
|
||||
" GROUP BY folder.type")
|
||||
LiveData<List<EntityFolderUnified>> liveUnified();
|
||||
|
||||
@Query("SELECT * FROM folder WHERE id = :id")
|
||||
|
||||
Reference in New Issue
Block a user