mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-22 06:01:12 +00:00
Hidden messages are seen
This commit is contained in:
parent
7ff09c7805
commit
37b124fe4c
1 changed files with 2 additions and 1 deletions
|
@ -53,7 +53,8 @@ public interface DaoAccount {
|
|||
" AND folder.type <> '" + EntityFolder.TRASH + "'" +
|
||||
" AND folder.type <> '" + EntityFolder.DRAFTS + "'" +
|
||||
" AND folder.type <> '" + EntityFolder.OUTBOX + "'" +
|
||||
" AND NOT ui_seen) AS unseen" +
|
||||
" AND NOT ui_seen" +
|
||||
" AND NOT ui_hide) AS unseen" +
|
||||
" FROM account" +
|
||||
" WHERE synchronize = :synchronize")
|
||||
LiveData<List<TupleAccountEx>> liveAccounts(boolean synchronize, boolean threading);
|
||||
|
|
Loading…
Reference in a new issue