mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-31 10:01:22 +01:00
Removed limit of 25 folders to synchronize
This commit is contained in:
@@ -90,10 +90,6 @@ public interface DaoFolder {
|
||||
" WHERE account = :account AND type = :type")
|
||||
EntityFolder getFolderByType(long account, String type);
|
||||
|
||||
@Query("SELECT COUNT(folder.id) FROM folder" +
|
||||
" WHERE account = :account AND `synchronize`")
|
||||
int getFolderSyncCount(long account);
|
||||
|
||||
// For debug/crash info
|
||||
@Query("SELECT folder.* FROM folder" +
|
||||
" JOIN account ON account.id = folder.account" +
|
||||
|
||||
Reference in New Issue
Block a user