1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-21 21:57:19 +00:00

Added remark

This commit is contained in:
M66B 2021-07-16 09:29:45 +02:00
parent 8ed0dee9a6
commit e0f1365be3

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