Debug: red star inconsistent DKIM

This commit is contained in:
M66B 2023-02-14 08:51:47 +01:00
parent e8a8e483da
commit 5145912f94
1 changed files with 5 additions and 0 deletions

View File

@ -4518,6 +4518,11 @@ class Core {
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 {
EntityContact.received(context, account, folder, message);