Debug: count unread option / nav menu

This commit is contained in:
M66B
2023-02-03 09:38:06 +01:00
parent c3f051040e
commit fa78c436ea
8 changed files with 2932 additions and 4 deletions

View File

@@ -99,6 +99,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" +
" FROM account" +