Hello,
How to I change the browser tab description from Roundcube Webmail to something else in version 1.1.1?
Best regards,
Ana
you can set that in Roundcube's config file
// Name your service. This is displayed on the login screen and in the window title
$config['product_name'] = 'Roundcube Webmail';
Thanks. It worked!