only allow vacation notice on a single account

This commit is contained in:
Ralf Becker 2014-05-19 17:20:35 +00:00
parent 64ac219b50
commit 726b6f17dc

View File

@ -45,6 +45,7 @@ class mail_hooks
'caption' => 'Vacation notice',
'popup' => '750x420',
'url' => 'menuaction=mail.mail_sieve.editVacation&account_id=$id',
'allowMultiple' => false,
);
}
return $user_actions;