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

Suppress DSN/delete warning

This commit is contained in:
M66B 2022-02-24 09:28:38 +01:00
parent e61613b006
commit 9b89d21010

View file

@ -3104,7 +3104,8 @@ public class MessageHelper {
}
}
if (report.isDispositionNotification() && !report.isDisplayed()) {
if (report.isDispositionNotification() &&
!(report.isDisplayed() || report.isDeleted())) {
if (report.disposition != null)
w.append(report.disposition);
}