Skip to content

Commit

Permalink
Resolve #901
Browse files Browse the repository at this point in the history
  • Loading branch information
the-djmaze committed Feb 3, 2023
1 parent 722bec1 commit 05f45d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snappymail/v/0.0.0/app/libraries/RainLoop/Actions.php
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ public function AppData(bool $bAdmin): array
$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']);
Expand Down

0 comments on commit 05f45d3

Please sign in to comment.