mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-30 01:21:11 +01:00
Sync on granting contacts permissions
This commit is contained in:
@@ -39,6 +39,9 @@ public interface DaoFolder {
|
||||
" ORDER BY CASE WHEN folder.type = '" + EntityFolder.USER + "' THEN 1 ELSE 0 END")
|
||||
List<EntityFolder> getFolders(long account, boolean synchronize);
|
||||
|
||||
@Query("SELECT * FROM folder WHERE synchronize")
|
||||
List<EntityFolder> getFoldersSynchronizing();
|
||||
|
||||
@Query("SELECT * FROM folder WHERE unified")
|
||||
List<EntityFolder> getUnifiedFolders();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user