mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-22 14:11:00 +00:00
Debug: get thread
This commit is contained in:
parent
40283a2d03
commit
6c4ad3401c
1 changed files with 2 additions and 2 deletions
|
@ -1792,7 +1792,7 @@ public class MessageHelper {
|
|||
}
|
||||
|
||||
// https://docs.microsoft.com/en-us/openspecs/exchange_server_protocols/ms-oxomsg/9e994fbb-b839-495f-84e3-2c8c02c7dd9b
|
||||
if (BuildConfig.DEBUG)
|
||||
if (BuildConfig.DEBUG && false)
|
||||
try {
|
||||
String tindex = imessage.getHeader("Thread-Index", null);
|
||||
if (tindex != null) {
|
||||
|
@ -1880,7 +1880,7 @@ public class MessageHelper {
|
|||
}
|
||||
}
|
||||
|
||||
if (thread == null && !TextUtils.isEmpty(BuildConfig.DEV_DOMAIN)) {
|
||||
if (thread == null && !TextUtils.isEmpty(BuildConfig.DEV_DOMAIN) && false) {
|
||||
String awsses = imessage.getHeader("X-SES-Outgoing", null);
|
||||
if (!TextUtils.isEmpty(awsses)) {
|
||||
Address[] froms = getFrom();
|
||||
|
|
Loading…
Reference in a new issue