mirror of
https://github.com/moparisthebest/mail
synced 2024-11-23 01:12:19 -05:00
Fix reader
This commit is contained in:
parent
77a80f5899
commit
eb0002c8d5
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user