mirror of https://github.com/M66B/FairEmail.git
Small fix
This commit is contained in:
parent
8ee29e32ee
commit
4c87651241
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue