mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 23:12:55 +00:00
POP3 blocked hide
This commit is contained in:
parent
eaa139af4a
commit
9a382790ea
1 changed files with 2 additions and 2 deletions
|
@ -3285,7 +3285,7 @@ class Core {
|
|||
if (Boolean.TRUE.equals(message.blocklist)) {
|
||||
EntityLog.log(context, account.name + " POP blocklist=" +
|
||||
MessageHelper.formatAddresses(message.from));
|
||||
continue;
|
||||
message.ui_hide = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -3309,7 +3309,7 @@ class Core {
|
|||
EntityLog.log(context, account.name + " POP blocked=" +
|
||||
MessageHelper.formatAddresses(message.from));
|
||||
|
||||
continue;
|
||||
message.ui_hide = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue