1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-08 15:36:12 +00:00

Improved debug info

This commit is contained in:
M66B 2024-04-24 15:29:53 +02:00
parent bddae1af77
commit 028ffba4ab

View file

@ -891,6 +891,7 @@ public class DebugHelper {
identity.display + " " + identity.email +
(identity.self ? "" : " !self") +
" [" + (identity.provider == null ? "" : identity.provider) +
":" + identity.user +
":" + ServiceAuthenticator.getAuthTypeName(identity.auth_type) + "]" +
(TextUtils.isEmpty(identity.sender_extra_regex) ? "" : " regex=" + identity.sender_extra_regex) +
(!identity.sender_extra ? "" : " edit" +