mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 17:57:16 +00:00
Suppress message removed error
This commit is contained in:
parent
3da36bcbb6
commit
154a998356
1 changed files with 1 additions and 1 deletions
|
@ -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 ||
|
||||
|
|
Loading…
Reference in a new issue