mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 17:33:49 +01:00
Mailvelope backup/restore integration WIP:
- Add mailvelope installation dialog for mail and infolog
This commit is contained in:
parent
cd7324983b
commit
4479cf64c5
@ -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.','<a href="https://www.mailvelope.com/">mailvelope.com</a>')+"\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');
|
||||
|
Loading…
Reference in New Issue
Block a user