mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-26 23:50:58 +01:00
Notify new messages after account creation only
This commit is contained in:
@@ -182,6 +182,7 @@ public interface DaoMessage {
|
||||
" JOIN folder ON folder.id = message.folder" +
|
||||
" WHERE account.`synchronize`" +
|
||||
" AND folder.unified" +
|
||||
" AND (account.created IS NULL OR IFNULL(message.sent, message.received) > account.created)" +
|
||||
" AND NOT message.ui_seen" +
|
||||
" AND NOT message.ui_hide" +
|
||||
" AND NOT message.ui_found" +
|
||||
|
||||
Reference in New Issue
Block a user