mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-10 09:02:45 +08:00
Resolve #901
This commit is contained in:
parent
722bec1a1a
commit
05f45d36d1
1 changed files with 1 additions and 1 deletions
|
@ -797,7 +797,7 @@ class Actions
|
|||
$aResult['allowSpellcheck'] = (bool) $oSettings->GetConf('allowSpellcheck', false);
|
||||
|
||||
$aResult['ViewHTML'] = (bool)$oSettings->GetConf('ViewHTML', $aResult['ViewHTML']);
|
||||
$show_images = (bool) $oSettings->GetConf('ShowImages', $aResult['ShowImages']);
|
||||
$show_images = (bool) $oSettings->GetConf('ShowImages', false);
|
||||
$aResult['ViewImages'] = $oSettings->GetConf('ViewImages', $show_images ? 'always' : 'ask');
|
||||
$aResult['ViewImagesWhitelist'] = $oSettings->GetConf('ViewImagesWhitelist', '');
|
||||
$aResult['RemoveColors'] = (bool)$oSettings->GetConf('RemoveColors', $aResult['RemoveColors']);
|
||||
|
|
Loading…
Reference in a new issue