mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
Fixed cancelling folder notifications
This commit is contained in:
@@ -784,7 +784,7 @@ public interface DaoMessage {
|
||||
" OR (:account IS NULL AND NOT account.notify))" +
|
||||
" AND folder IN (" +
|
||||
" SELECT id FROM folder" +
|
||||
" WHERE :folder IS NULL OR id = :folder)")
|
||||
" WHERE (:folder IS NULL AND folder.unified) OR id = :folder)")
|
||||
int ignoreAll(Long account, Long folder);
|
||||
|
||||
@Query("UPDATE message SET ui_found = 1 WHERE id = :id AND NOT (ui_found IS 1)")
|
||||
|
||||
Reference in New Issue
Block a user