Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Gurnee <chris@gurneeconsulting.net>2020-04-30 23:49:18 +0300
committerAleksander Machniak <alec@alec.pl>2020-05-10 11:36:46 +0300
commit973217d96041df08f4279440326eae84c2cbf8d1 (patch)
tree7ec7f10ebec2bba0396d8710f841562cf55776a8 /skins/elastic
parent9362bb9459a83f4f1c507d7c83bd48725ecee064 (diff)
Show Encrypt button w/Mailvelope, even if disabled
Before the Elastic skin would keep it hidden until enabled, closes #7353
Diffstat (limited to 'skins/elastic')
-rw-r--r--skins/elastic/ui.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/skins/elastic/ui.js b/skins/elastic/ui.js
index 29a780ae9..6d24884ae 100644
--- a/skins/elastic/ui.js
+++ b/skins/elastic/ui.js
@@ -1558,9 +1558,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':