mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
Fix "Always display external images in message body" setting (Closes #116)
This commit is contained in:
parent
21868fb5db
commit
3936a818b7
3 changed files with 5 additions and 3 deletions
|
|
@ -955,6 +955,8 @@ WebMailDataStorage.prototype.setMessage = function (oData, bCached)
|
|||
oMessagesBodiesDom.append(oMessage.body);
|
||||
}
|
||||
|
||||
oMessage.storeDataToDom();
|
||||
|
||||
if (bHasInternals)
|
||||
{
|
||||
oMessage.showInternalImages(true);
|
||||
|
|
@ -965,7 +967,6 @@ WebMailDataStorage.prototype.setMessage = function (oData, bCached)
|
|||
oMessage.showExternalImages(true);
|
||||
}
|
||||
|
||||
oMessage.storeDataToDom();
|
||||
this.purgeMessageBodyCacheThrottle();
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue