mirror of
https://github.com/YunoHost-Apps/roundcube_ynh.git
synced 2024-09-03 20:16:28 +02:00
[enh] Enable separate Vacation section from Sieve filters
This commit is contained in:
parent
eb96ca839a
commit
bb9ad86d06
1 changed files with 4 additions and 0 deletions
|
@ -144,6 +144,10 @@ $config['new_user_identity_addressbook'] = 'yunohost';
|
|||
// Redirect the client to this URL after logout.
|
||||
$config['logout_url'] = 'https://' . $main_domain . '/yunohost/sso/?action=logout';
|
||||
|
||||
// -- managesieve
|
||||
// Enables separate management interface for vacation responses (out-of-office)
|
||||
$config['managesieve_vacation'] = 1;
|
||||
|
||||
// -- ldapAliasSync
|
||||
$config['ldapAliasSync'] = array(
|
||||
// Mail parameters
|
||||
|
|
Loading…
Reference in a new issue