mirror of
https://github.com/moparisthebest/mail
synced 2024-11-22 17:02:17 -05:00
Fix reader
This commit is contained in:
parent
77a80f5899
commit
eb0002c8d5
@ -216,7 +216,7 @@ define(function(require) {
|
||||
|
||||
function displayText(body) {
|
||||
var mail = scope.state.mailList.selected;
|
||||
if ((!body && mail.html) || (mail.encrypted && !mail.decrypted)) {
|
||||
if (mail.html || (mail.encrypted && !mail.decrypted)) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user