mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-19 04:46:42 +02:00
* Mail: Make switching between different folders of an mail account available in ACL dialog
-Style mail ACL dialog
This commit is contained in:
@@ -3600,7 +3600,23 @@ app.classes.mail = AppJS.extend(
|
||||
var folder = mailbox[1] || 'INBOX', acc_id = mailbox[0];
|
||||
this.egw.open_link('mail.mail_acl.edit&mailbox='+ jQuery.base64Encode(folder)+'&acc_id='+acc_id, '_blank', '640x480');
|
||||
},
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
acl_folderChange: function ()
|
||||
{
|
||||
var mailbox = this.et2.getWidgetById('mailbox');
|
||||
|
||||
if (mailbox)
|
||||
{
|
||||
if (mailbox.taglist.getValue().length > 0)
|
||||
{
|
||||
this.et2._inst.submit();
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
/**
|
||||
* Edit a mail account
|
||||
*
|
||||
|
Reference in New Issue
Block a user