mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Added remark
This commit is contained in:
@@ -966,6 +966,7 @@ public class MessageHelper {
|
||||
ensureEnvelope();
|
||||
|
||||
// Outlook outbox -> sent
|
||||
// x-microsoft-original-message-id
|
||||
String header = imessage.getHeader(HEADER_CORRELATION_ID, null);
|
||||
if (header == null)
|
||||
header = imessage.getHeader("Message-ID", null);
|
||||
|
||||
Reference in New Issue
Block a user