mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-26 10:55:09 +01:00
Debug correlation ID
This commit is contained in:
@@ -2024,6 +2024,12 @@ public class MessageHelper {
|
||||
return "flowmailer";
|
||||
}
|
||||
|
||||
if (BuildConfig.DEBUG) {
|
||||
String fairemail = imessage.getHeader(HEADER_CORRELATION_ID, null);
|
||||
if (!TextUtils.isEmpty(fairemail))
|
||||
return "fairemail";
|
||||
}
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user