mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-05 03:25:27 +00:00
Improve display of signed/encrypted message
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user