diff --git a/mail/js/app.js b/mail/js/app.js index 3684a89b43..3e13480721 100644 --- a/mail/js/app.js +++ b/mail/js/app.js @@ -4680,9 +4680,7 @@ app.classes.mail = AppJS.extend( { if (typeof mailvelope == 'undefined') { - this.egw.message(this.egw.lang('You need to install Mailvelope plugin available for Chrome and Firefox from %1.','mailvelope.com')+"\n"+ - this.egw.lang('Add your domain as "%1" in options to list of email providers and enable API.', - '*.'+this._mailvelopeDomain()), 'info'); + this.mailvelopeInstallationOffer(); // switch encrypt button off again this.et2.getWidgetById('composeToolbar')._actionManager.getActionById('pgp').set_checked(false); jQuery('button#composeToolbar-pgp').toggleClass('toolbar_toggled');