Roundcube Community Forum

 

Security updates 1.3.3, 1.2.7 and 1.1.10 released

Started by SKaero, November 08, 2017, 06:10:43 PM

Previous topic - Next topic

JohnDoh

have you tried the newmail_notifier plugin that ships with Roundcube?
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

ElasticUser

I have the plugin called from config.  But new accounts don't seem to have the sound option turned on by default.  :--)

alec

Copy plugins/newmail_notifier/config.inc.php.dist to plugins/newmail_notifier/config.inc.php, and then edit the new file.

ElasticUser

I added the below code to config.inc.php.  :--)

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