mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 04:35:57 +00:00
Optimized send pending query
This commit is contained in:
parent
1fade06231
commit
8916d64b96
1 changed files with 1 additions and 2 deletions
|
@ -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 a new issue