Disable showing images/html for messages moved to the spam folder

pull/215/head
M66B 4 months ago
parent e5c35b958d
commit c835b21558

@ -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);

Loading…
Cancel
Save