mirror of https://github.com/M66B/FairEmail.git
Hidden messages are seen
This commit is contained in:
parent
7ff09c7805
commit
37b124fe4c
|
@ -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 New Issue