mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 19:49:20 +03:00
Put OpenPGP check outside "plain".
This allows also for checking HTML messages (but errors for now)
This commit is contained in:
parent
b1bbd58e21
commit
464e766fcc
4 changed files with 64 additions and 109 deletions
|
|
@ -460,7 +460,7 @@ export class MessageModel extends AbstractModel {
|
|||
}
|
||||
|
||||
showExternalImages() {
|
||||
if (this.body && this.body.rlHasImages) {
|
||||
if (this.body && this.hasImages()) {
|
||||
this.hasImages(false);
|
||||
this.body.rlHasImages = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue