From 40ecd47f900497a6f2a8829947cb691beb622eb0 Mon Sep 17 00:00:00 2001 From: Christopher Gurnee Date: Thu, 30 Apr 2020 16:49:18 -0400 Subject: [PATCH] Show Encrypt button w/Mailvelope, even if disabled Before the Elastic skin would keep it hidden until enabled, closes #7353 --- skins/elastic/ui.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/skins/elastic/ui.js b/skins/elastic/ui.js index 870692f00..427f39be4 100644 --- a/skins/elastic/ui.js +++ b/skins/elastic/ui.js @@ -1568,9 +1568,7 @@ function rcube_elastic_ui() case 'compose-encrypted': // show the toolbar button for Mailvelope - if (args.status) { - $('.toolbar a.encrypt').parent().show(); - } + $('.toolbar a.encrypt').parent().show(); break; case 'compose-encrypted-signed':