mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-08 22:18:28 +03:00
Resolve #823
This commit is contained in:
parent
8b4019d934
commit
27b19ef29d
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue