Apply account unread option to account list too

This commit is contained in:
M66B 2023-09-05 22:12:31 +02:00
parent 2dca4311dc
commit f99ca2a7f7
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ public interface DaoAccount {
" AND folder.type <> '" + EntityFolder.JUNK + "'" +
" AND folder.type <> '" + EntityFolder.DRAFTS + "'" +
" AND folder.type <> '" + EntityFolder.OUTBOX + "'" +
" AND folder.count_unread" +
" AND NOT ui_seen" +
" AND NOT ui_hide) AS unseen" +
", (SELECT COUNT(identity.id)" +