mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 03:19:24 +01:00
Added on demand process
This commit is contained in:
@@ -39,13 +39,6 @@ public interface DaoFolder {
|
||||
" AND (account.synchronize AND NOT account.ondemand)")
|
||||
List<EntityFolder> getFoldersAutoSync();
|
||||
|
||||
@Query("SELECT folder.* FROM folder" +
|
||||
" JOIN account ON account.id = folder.account" +
|
||||
" WHERE folder.synchronize" +
|
||||
" AND account.id = :account" +
|
||||
" AND (account.synchronize AND account.ondemand)")
|
||||
List<EntityFolder> getFoldersOnDemandSync(long account);
|
||||
|
||||
@Query("SELECT folder.* FROM folder" +
|
||||
" JOIN account ON account.id = folder.account" +
|
||||
" WHERE account.synchronize" +
|
||||
|
||||
Reference in New Issue
Block a user