1
0
mirror of https://github.com/moparisthebest/mail synced 2024-11-23 01:12:19 -05:00

Fix reader

This commit is contained in:
Tankred Hase 2014-08-05 14:10:21 +02:00
parent 77a80f5899
commit eb0002c8d5

View File

@ -216,7 +216,7 @@ define(function(require) {
function displayText(body) { function displayText(body) {
var mail = scope.state.mailList.selected; var mail = scope.state.mailList.selected;
if ((!body && mail.html) || (mail.encrypted && !mail.decrypted)) { if (mail.html || (mail.encrypted && !mail.decrypted)) {
return; return;
} }