mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-30 06:30:23 +02:00
* Mail/Vacation: Make vacation be able to be set from both Admin and Mail
This commit is contained in:
@ -3047,8 +3047,19 @@ app.classes.mail = AppJS.extend(
|
||||
mail_prev_print: function (_action, _elems)
|
||||
{
|
||||
this.mail_open(_action, _elems, 'print');
|
||||
},
|
||||
|
||||
/**
|
||||
* Print a mail from list
|
||||
*
|
||||
* @param {egw object} _egw
|
||||
* @param {widget object} _widget mail account selectbox
|
||||
*
|
||||
*/
|
||||
vacation_change_account: function (_egw, _widget)
|
||||
{
|
||||
_widget.getInstanceManager().submit();
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
// Bind a mouseenter event once for every read-only email
|
||||
|
Reference in New Issue
Block a user