mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
Small query fix
This commit is contained in:
@@ -249,6 +249,7 @@ public interface DaoMessage {
|
||||
" FROM message" +
|
||||
" JOIN folder_view AS folder ON folder.id = message.folder" +
|
||||
" WHERE " + is_outbox +
|
||||
" AND NOT message.ui_hide" +
|
||||
" AND (NOT message.ui_snoozed IS NULL OR message.error IS NOT NULL)")
|
||||
LiveData<TupleOutboxStats> liveOutboxPending();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user