Added remark

This commit is contained in:
M66B 2021-07-16 09:29:45 +02:00
parent 8ed0dee9a6
commit e0f1365be3
1 changed files with 1 additions and 0 deletions

View File

@ -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);