mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 20:06:29 +01:00
Improved debug info
This commit is contained in:
@@ -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" +
|
||||
|
||||
Reference in New Issue
Block a user