mirror of https://github.com/M66B/FairEmail.git
Optimized send pending query
This commit is contained in:
parent
1fade06231
commit
8916d64b96
|
@ -247,9 +247,8 @@ public interface DaoMessage {
|
|||
|
||||
@Query("SELECT COUNT(*) FROM message" +
|
||||
" JOIN folder_view AS folder ON folder.id = message.folder" +
|
||||
" LEFT JOIN operation ON operation.message = message.id" +
|
||||
" WHERE " + is_outbox +
|
||||
" AND operation.id IS NULL")
|
||||
" AND NOT ui_snoozed IS NULL")
|
||||
LiveData<Integer> liveOutboxPending();
|
||||
|
||||
@Query("SELECT account.name AS accountName" +
|
||||
|
|
Loading…
Reference in New Issue