diff options
author | Jefferson Stachelski <jstachel@thoughtworks.com> | 2015-09-28 16:35:08 -0300 |
---|---|---|
committer | Jefferson Stachelski <jstachel@thoughtworks.com> | 2015-09-28 16:35:08 -0300 |
commit | b3024519d4539802b6dfd1c930344ccbce7be24e (patch) | |
tree | 0d5f79b5789f0e7d4dc61b1f4ccf30b7d550df56 /web-ui | |
parent | 3b1503f72619fc719ebd471612323fe8d8312704 (diff) |
Issue #475 - Removed the identification tag
Removed signature and encryption identification tags
Diffstat (limited to 'web-ui')
-rw-r--r-- | web-ui/app/js/mail_view/ui/mail_view.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web-ui/app/js/mail_view/ui/mail_view.js b/web-ui/app/js/mail_view/ui/mail_view.js index fb640529..f6553e82 100644 --- a/web-ui/app/js/mail_view/ui/mail_view.js +++ b/web-ui/app/js/mail_view/ui/mail_view.js @@ -62,8 +62,8 @@ define( statuses: viewHelpers.formatStatusClasses(data.mail.status), ident: data.mail.ident, tags: data.mail.tags, - encryptionStatus: encrypted, - signatureStatus: signed, + // encryptionStatus: encrypted, // XXX uncomment this line when encryption status is working + // signatureStatus: signed, // XXX uncomment this line when signature status is working attachments: attachments })); |