mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 16:43:26 +02:00
Fixed grouping accounts
This commit is contained in:
@@ -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 " +
|
||||
|
||||
|
||||
Reference in New Issue
Block a user