This commit is contained in:
the-djmaze 2023-01-03 09:46:10 +01:00
parent 8b4019d934
commit 27b19ef29d

View file

@ -283,7 +283,7 @@ export class MessageModel extends AbstractModel {
body.classList.toggle('html', 1);
body.classList.toggle('plain', 0);
if (SettingsUserStore.showImages()) {
if (SettingsUserStore.showImages() && !this.isSpam() && FolderUserStore.spamFolder() != this.folder) {
this.showExternalImages();
}