mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 11:25:13 +01:00
Disable showing images/html for messages moved to the spam folder
This commit is contained in:
@@ -263,6 +263,9 @@ public class EntityOperation {
|
||||
|
||||
if (EntityFolder.JUNK.equals(target.type) &&
|
||||
Objects.equals(source.account, target.account)) {
|
||||
message.show_images = false;
|
||||
message.show_full = false;
|
||||
|
||||
Boolean noblock = (Boolean) jargs.opt(3);
|
||||
jargs.remove(3);
|
||||
boolean block = (noblock == null ? auto_block_sender : !noblock);
|
||||
|
||||
Reference in New Issue
Block a user