mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-21 21:57:19 +00:00
Added remark
This commit is contained in:
parent
8ed0dee9a6
commit
e0f1365be3
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue