mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-22 06:01:12 +00:00
Exclude unread junk from account unread
This commit is contained in:
parent
0e0c7d014f
commit
2804330ec2
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ public interface DaoAccount {
|
|||
" WHERE message.account = account.id" +
|
||||
" AND folder.type <> '" + EntityFolder.ARCHIVE + "'" +
|
||||
" AND folder.type <> '" + EntityFolder.TRASH + "'" +
|
||||
" AND folder.type <> '" + EntityFolder.JUNK + "'" +
|
||||
" AND folder.type <> '" + EntityFolder.DRAFTS + "'" +
|
||||
" AND folder.type <> '" + EntityFolder.OUTBOX + "'" +
|
||||
" AND NOT ui_seen" +
|
||||
|
|
Loading…
Reference in a new issue