mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 16:16:33 +02:00
Added remark
This commit is contained in:
@@ -6238,6 +6238,7 @@ public class MessageHelper {
|
||||
|
||||
private String getType() {
|
||||
// manual-action/MDN-sent-manually; displayed
|
||||
// automatic-action/MDN-sent-automatically; deleted
|
||||
if (disposition == null)
|
||||
return null;
|
||||
int semi = disposition.lastIndexOf(';');
|
||||
|
||||
Reference in New Issue
Block a user