mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 08:08:16 +02:00
Suppress DSN/delete warning
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user