Roundcube's newmail_notifier is already installed in the plugins folder but is not activated, this plugin should be activated by default as it is very usefull.
I have added newmail_notifier plugin in the Roundcube config.inc.php.
Will this change be permanent or the config file will be overwritten ?
$config['plugins'] = array(
'enhance_login',
'newmail_notifier',
);