mirror of https://github.com/M66B/FairEmail.git
Notify auto sync account only
This commit is contained in:
parent
7257d74a5e
commit
f52fc17136
|
@ -78,6 +78,7 @@ public interface DaoAccount {
|
|||
@Query("SELECT" +
|
||||
" (SELECT COUNT(account.id) FROM account" +
|
||||
" WHERE synchronize" +
|
||||
" AND NOT ondemand" +
|
||||
" AND state = 'connected') AS accounts" +
|
||||
", (SELECT COUNT(operation.id) FROM operation" +
|
||||
" JOIN folder ON folder.id = operation.folder" +
|
||||
|
|
Loading…
Reference in New Issue