Improve display of signed/encrypted message

This commit is contained in:
Francis Lachapelle
2018-01-17 11:17:22 -05:00
parent 4133a0b954
commit 5b711dea8f
5 changed files with 26 additions and 6 deletions
@@ -305,7 +305,8 @@
}
else if (part.type == 'UIxMailPartEncryptedViewer') {
_this.$smime = {
message: "THIS MAIL IS ENCRYPTED!"
isEncrypted: true,
message: l("This message is encrypted")
};
}
_.forEach(part.content, function(mixedPart) {