mirror of https://github.com/M66B/FairEmail.git
parent
f52f0b665c
commit
704dec65d9
|
@ -228,7 +228,6 @@ public class EntityOperation {
|
|||
|
||||
if (EntityFolder.JUNK.equals(target.type) &&
|
||||
Objects.equals(source.account, target.account) &&
|
||||
!message.isNotJunk(context) &&
|
||||
(jargs.opt(3) == null || !jargs.optBoolean(3))) {
|
||||
jargs.remove(3);
|
||||
EntityLog.log(context, "Auto block sender=" + MessageHelper.formatAddresses(message.from));
|
||||
|
|
Loading…
Reference in New Issue