mirror of https://github.com/M66B/FairEmail.git
Drop requirement for synchronizing unified folder
This commit is contained in:
parent
8241d19d09
commit
3037791282
|
@ -157,8 +157,7 @@ public interface DaoFolder {
|
|||
@Query("SELECT folder.type" +
|
||||
" FROM folder" +
|
||||
" JOIN account ON account.id = folder.account" +
|
||||
" WHERE folder.synchronize" +
|
||||
" AND account.synchronize" +
|
||||
" WHERE account.synchronize" +
|
||||
" AND folder.type <> '" + EntityFolder.USER + "'" +
|
||||
" GROUP BY folder.type" +
|
||||
" HAVING COUNT(folder.id) > 1")
|
||||
|
|
Loading…
Reference in New Issue