From 670598a783f7d1fb0b37f660c507f38a33c2d2f1 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sun, 17 Nov 2013 13:31:19 +0000 Subject: [PATCH] show available mail accounts of user and allow to switch between them, when calling mail wizard from admin >> manage accounts --- mail/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/js/app.js b/mail/js/app.js index 91307f13a6..2787838f2e 100644 --- a/mail/js/app.js +++ b/mail/js/app.js @@ -1970,7 +1970,7 @@ app.classes.mail = AppJS.extend( edit_account: function(_action, _senders) { var acc_id = parseInt(_senders[0].id); - this.egw.open_link('mail.mail_wizard.edit&acc_id='+acc_id, '_blank', '640x480'); + this.egw.open_link('mail.mail_wizard.edit&acc_id='+acc_id, '_blank', '720x500'); } }); // wrapper functions to call functions within app