mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 17:57:16 +00:00
Fixed grouping accounts
This commit is contained in:
parent
fe552fe1a6
commit
334783cd3a
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ public interface DaoAccount {
|
|||
" LEFT JOIN folder AS drafts ON drafts.account = account.id AND drafts.type = '" + EntityFolder.DRAFTS + "'" +
|
||||
" LEFT JOIN folder AS sent ON sent.account = account.id AND sent.type = '" + EntityFolder.SENT + "'" +
|
||||
" WHERE (:settings OR account.synchronize)" +
|
||||
" GROUP BY account.id" +
|
||||
|
||||
" UNION " +
|
||||
|
||||
|
|
Loading…
Reference in a new issue