From 17bffc43635b2b250beb6eaddd77db87a831370c Mon Sep 17 00:00:00 2001 From: Thais Siqueira Date: Wed, 5 Oct 2016 15:57:19 -0300 Subject: Removes the 'Not signed' label from sent mail view We folowed the same approach of encrypted label and set the signed attribute as 'undefined' when we are on the sent mail view. --- web-ui/app/js/mail_view/ui/mail_view.js | 1 + 1 file changed, 1 insertion(+) (limited to 'web-ui') 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 b5a5f632..3408c8af 100644 --- a/web-ui/app/js/mail_view/ui/mail_view.js +++ b/web-ui/app/js/mail_view/ui/mail_view.js @@ -59,6 +59,7 @@ define( if(data.mail.mailbox === 'sent') { encrypted = undefined; + signed = undefined; } this.$node.html(templates.mails.fullView({ -- cgit v1.2.3