1
0
Fork 0
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:
M66B 2024-02-01 12:40:21 +01:00
parent 40283a2d03
commit 6c4ad3401c

View file

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