mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 07:06:18 +02:00
Suppress message removed error
This commit is contained in:
@@ -1360,7 +1360,7 @@ public class ServiceSynchronize extends LifecycleService {
|
||||
if (ex instanceof SendFailedException)
|
||||
reportError(null, folder.name, ex);
|
||||
|
||||
if (message != null)
|
||||
if (message != null && !(ex instanceof MessageRemovedException))
|
||||
db.message().setMessageError(message.id, Helper.formatThrowable(ex));
|
||||
|
||||
if (ex instanceof MessageRemovedException ||
|
||||
|
||||
Reference in New Issue
Block a user