Apply account unread option to account list too

pull/214/head
M66B 12 months ago
parent 2dca4311dc
commit f99ca2a7f7

@ -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)" +

Loading…
Cancel
Save