Author Topic: How to setup browser tab description  (Read 3509 times)

Offline anuschka

  • Jr. Member
  • **
  • Posts: 13
How to setup browser tab description
« on: June 08, 2015, 04:31:43 AM »
Hello,
How to I change the browser tab description from Roundcube Webmail to something else in version 1.1.1?
Best regards,
Ana

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,845
Re: How to setup browser tab description
« Reply #1 on: June 08, 2015, 07:51:31 AM »
you can set that in Roundcube's config file
Code: [Select]
// Name your service. This is displayed on the login screen and in the window title
$config['product_name'] = 'Roundcube Webmail';
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and moreā€¦

Offline anuschka

  • Jr. Member
  • **
  • Posts: 13
Re: How to setup browser tab description
« Reply #2 on: June 08, 2015, 08:34:21 AM »
Thanks. It worked!