Debug: red star inconsistent DKIM

pull/212/head
M66B 3 years ago
parent e8a8e483da
commit 5145912f94

@ -4518,6 +4518,11 @@ class Core {
db.endTransaction(); db.endTransaction();
} }
if (BuildConfig.DEBUG &&
message.signedby == null &&
Boolean.TRUE.equals(message.dkim))
EntityOperation.queue(context, message, EntityOperation.FLAG, true, android.graphics.Color.RED);
try { try {
EntityContact.received(context, account, folder, message); EntityContact.received(context, account, folder, message);

Loading…
Cancel
Save