mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-01 10:35:15 +01:00
New message notification on snoozed when folder notify only
This commit is contained in:
@@ -215,7 +215,7 @@ public class ServiceUI extends IntentService {
|
||||
Log.i("Delayed send id=" + message.id);
|
||||
EntityOperation.queue(
|
||||
this, db, message, EntityOperation.SEND);
|
||||
} else {
|
||||
} else if (folder.notify) {
|
||||
EntityOperation.queue(
|
||||
this, db, message, EntityOperation.SEEN, false);
|
||||
db.message().setMessageUiIgnored(message.id, false);
|
||||
|
||||
Reference in New Issue
Block a user