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:
parent
e61613b006
commit
9b89d21010
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue