mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 06:38:29 +02:00
Always show unseen archived messages
This commit is contained in:
@@ -218,6 +218,7 @@ public interface DaoMessage {
|
||||
" AND message.thread = :thread" +
|
||||
" AND (:id IS NULL OR message.id = :id)" +
|
||||
" AND (NOT :filter_archive" +
|
||||
" OR (NOT message.ui_seen AND NOT message.ui_hide)" +
|
||||
" OR folder.type <> '" + EntityFolder.ARCHIVE + "'" +
|
||||
" OR NOT EXISTS" +
|
||||
" (SELECT * FROM message m" +
|
||||
|
||||
Reference in New Issue
Block a user