forked from extern/egroupware
only allow vacation notice on a single account
This commit is contained in:
parent
64ac219b50
commit
726b6f17dc
@ -45,6 +45,7 @@ class mail_hooks
|
|||||||
'caption' => 'Vacation notice',
|
'caption' => 'Vacation notice',
|
||||||
'popup' => '750x420',
|
'popup' => '750x420',
|
||||||
'url' => 'menuaction=mail.mail_sieve.editVacation&account_id=$id',
|
'url' => 'menuaction=mail.mail_sieve.editVacation&account_id=$id',
|
||||||
|
'allowMultiple' => false,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
return $user_actions;
|
return $user_actions;
|
||||||
|
Loading…
Reference in New Issue
Block a user