Show the email address by default.

This commit is contained in:
Andrea Dell'Amico 2022-05-20 13:11:43 +02:00
parent 7ecf11057f
commit aefd72eb1f
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
2 changed files with 6 additions and 0 deletions

View File

@ -88,6 +88,8 @@ roundcube_show_images: 0
roundcube_html_editor: 0
# In minutes
roundcube_session_lifetime: 60
# show the email address and the name by default
roundcube_show_email_address: true
roundcube_default_plugins:
- acl

View File

@ -395,3 +395,7 @@ $config['help_license_url'] = null;
// Determine whether to open the help in a new window
$config['help_open_extwin'] = {{ roundcube_help_extwin }};
// Enables display of email address with name instead of a name (and address in title)
$config['message_show_email'] = {{ roundcube_show_email_address }};