mirror of https://github.com/M66B/FairEmail.git
Drop requirement for multiple unified system folders
This commit is contained in:
parent
4808f118bd
commit
fd5f7b3418
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue