remove not implemented "prevent managing forwards", if we want to implement it we will do so on per account basis

This commit is contained in:
Ralf Becker 2014-06-26 10:14:12 +00:00
parent 87d961b8e8
commit 2244d6fc63
3 changed files with 4 additions and 13 deletions

View File

@ -802,7 +802,7 @@ class mail_hooks
*
* Example: if (!mail_hooks::access("managerfolders")) return;
*
* @param string $feature "createaccounts", "managefolders", "forwards", "notifications", "filters",
* @param string $feature "createaccounts", "managefolders", "notifications", "filters",
* "notificationformailviaemail", "editfilterrules", "absentnotice", "aclmanagement"
* @return boolean true if user has access, false if not
*/

View File

@ -94,7 +94,6 @@ do not auto create folders mail en do not auto create folders
do you really want to delete folder %1 ? mail en Do you really want to DELETE Folder %1 ?
do you want to be asked for confirmation before attaching selected messages to new mail? mail en Do you want to be asked for confirmation before attaching selected messages to new mail?
do you want to be asked for confirmation before moving selected messages to another folder? mail en Do you want to be asked for confirmation before moving selected messages to another folder?
do you want to prevent the editing/setup for forwarding of mails via settings (, even if sieve is enabled)? mail en Do you want to prevent the editing/setup for forwarding of mails via settings (, even if SIEVE is enabled)?
do you want to prevent the editing/setup of filter rules (, even if sieve is enabled)? mail en Do you want to prevent the editing/setup of filter rules (, even if SIEVE is enabled)?
do you want to prevent the editing/setup of notification by mail to other emailadresses if emails arrive (, even if sieve is enabled)? mail en Do you want to prevent the editing/setup of notification by mail to other emailadresses if emails arrive (, even if SIEVE is enabled)?
do you want to prevent the editing/setup of the absent/vacation notice (, even if sieve is enabled)? mail en Do you want to prevent the editing/setup of the absent/vacation notice (, even if SIEVE is enabled)?
@ -286,7 +285,6 @@ please supply the message to send with auto-responses mail en Please supply the
post mail en post
prevent managing filters mail en Prevent managing filters
prevent managing folders mail en Prevent managing folders
prevent managing forwards mail en Prevent managing forwards
prevent managing notifications mail en Prevent managing notifications
prevent managing vacation notice mail en Prevent managing vacation notice
primary profile mail en Primary Profile

View File

@ -44,34 +44,27 @@
<td>{call_mail_hooks::deny_managefolders}</td>
</tr>
<tr class="row_on">
<td>
<b>{lang_Prevent_managing_forwards}</b><br/>
{lang_Do_you_want_to_prevent_the_editing/setup_for_forwarding_of_mails_via_settings_(,_even_if_SIEVE_is_enabled)?}
</td>
<td>{call_mail_hooks::deny_forwards}</td>
</tr>
<tr class="row_off">
<td>
<b>{lang_Prevent_managing_notifications}</b><br/>
{lang_Do_you_want_to_prevent_the_editing/setup_of_notification_by_mail_to_other_emailadresses_if_emails_arrive_(,_even_if_SIEVE_is_enabled)?}
</td>
<td>{call_mail_hooks::deny_notificationformailviaemail}</td>
</tr>
<tr class="row_on">
<tr class="row_off">
<td>
<b>{lang_Prevent_managing_filters}</b><br/>
{lang_Do_you_want_to_prevent_the_editing/setup_of_filter_rules_(,_even_if_SIEVE_is_enabled)?}
</td>
<td>{call_mail_hooks::deny_editfilterrules}</td>
</tr>
<tr class="row_off">
<tr class="row_on">
<td>
<b>{lang_Prevent_managing_vacation_notice}</b><br/>
{lang_Do_you_want_to_prevent_the_editing/setup_of_the_absent/vacation_notice_(,_even_if_SIEVE_is_enabled)?}
</td>
<td>{call_mail_hooks::deny_absentnotice}</td>
</tr>
<tr class="row_on">
<tr class="row_off">
<td>
<b>{lang_restrict_acl_management}</b><br/>
{lang_effective_only_if_server_supports_ACL_at_all}