mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 06:38:29 +02:00
Show most recent 10 new message notifications
This commit is contained in:
@@ -476,7 +476,7 @@ public interface DaoMessage {
|
||||
" AND folder.notify" +
|
||||
" AND (account.created IS NULL OR message.received > account.created OR message.sent > account.created)" +
|
||||
" AND (notifying <> 0 OR NOT (message.ui_seen OR message.ui_hide))" +
|
||||
" ORDER BY message.received")
|
||||
" ORDER BY message.received DESC")
|
||||
LiveData<List<TupleMessageEx>> liveUnseenNotify();
|
||||
|
||||
@Transaction
|
||||
|
||||
Reference in New Issue
Block a user