show available mail accounts of user and allow to switch between them, when calling mail wizard from admin >> manage accounts

This commit is contained in:
Ralf Becker 2013-11-17 13:31:19 +00:00
parent 823e2b62c0
commit 670598a783

View File

@ -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