1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-27 02:07:12 +00:00

New message notification on snoozed when folder notify only

This commit is contained in:
M66B 2019-05-14 11:26:18 +02:00
parent e709c24a50
commit 373eb44542

View file

@ -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);