Debug info: identity matching

pull/212/head
M66B 2 years ago
parent f9b232ae37
commit d80f0adbad

@ -2446,6 +2446,11 @@ public class Log {
if (identity.synchronize) {
size += write(os, account.name + "/" + identity.name + (identity.primary ? "*" : "") + " " +
identity.display + " " + identity.email + " " +
(identity.self ? "" : " !self") +
(TextUtils.isEmpty(identity.sender_extra_regex) ? "" : " regex=" + identity.sender_extra_regex) +
(!identity.sender_extra ? "" : " edit" +
(identity.sender_extra_name ? "+name" : "-name") +
(identity.reply_extra_name ? "+copy" : "-copy")) +
" " + identity.host + ":" + identity.port + "/" + identity.encryption +
" ops=" + db.operation().getOperationCount(EntityOperation.SEND) +
" " + identity.state +

Loading…
Cancel
Save