mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-29 09:01:30 +01:00
Hidden messages are seen
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user