mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Small fix
This commit is contained in:
@@ -166,6 +166,7 @@ public interface DaoFolder {
|
||||
|
||||
@Query("SELECT * FROM folder" +
|
||||
" WHERE folder.account = :account" +
|
||||
" AND folder.selectable" +
|
||||
" AND folder.synchronize")
|
||||
List<EntityFolder> getSynchronizingFolders(long account);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user