Author Topic: Security updates 1.3.3, 1.2.7 and 1.1.10 released  (Read 20201 times)

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,845
Re: Security updates 1.3.3, 1.2.7 and 1.1.10 released
« Reply #30 on: December 12, 2017, 10:41:44 AM »
have you tried the newmail_notifier plugin that ships with Roundcube?
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and moreā€¦

Offline ElasticUser

  • Full Member
  • ***
  • Posts: 83
Re: Security updates 1.3.3, 1.2.7 and 1.1.10 released
« Reply #31 on: December 12, 2017, 07:21:17 PM »
I have the plugin called from config.  But new accounts don't seem to have the sound option turned on by default.  :--)

Online alec

  • Hero Member
  • *****
  • Posts: 1,363
Re: Security updates 1.3.3, 1.2.7 and 1.1.10 released
« Reply #32 on: December 13, 2017, 02:04:44 AM »
Copy plugins/newmail_notifier/config.inc.php.dist to plugins/newmail_notifier/config.inc.php, and then edit the new file.

Offline ElasticUser

  • Full Member
  • ***
  • Posts: 83
Re: Security updates 1.3.3, 1.2.7 and 1.1.10 released
« Reply #33 on: December 13, 2017, 05:43:56 PM »
I added the below code to config.inc.php.  :--)

// Enables sound notification
$config['newmail_notifier_sound'] = true;