mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 22:56:33 +02:00
Always sync unified system folders
This commit is contained in:
@@ -54,9 +54,9 @@ public interface DaoFolder {
|
||||
@Query("SELECT folder.* FROM folder" +
|
||||
" JOIN account ON account.id = folder.account" +
|
||||
" WHERE account.synchronize" +
|
||||
" AND folder.synchronize" +
|
||||
" AND (NOT :synchronizing OR folder.synchronize)" +
|
||||
" AND ((:type IS NULL AND folder.unified) OR folder.type = :type)")
|
||||
List<EntityFolder> getFoldersSynchronizingUnified(String type);
|
||||
List<EntityFolder> getFoldersUnified(String type, boolean synchronizing);
|
||||
|
||||
@Query("SELECT folder.* FROM folder" +
|
||||
" JOIN account ON account.id = folder.account" +
|
||||
|
||||
Reference in New Issue
Block a user