Is it possible to hide parts of the settings screens? I've been using
$config['dont_override'] = array('skin', 'identities_level', 'standard_windows');
To hide specific settings, but for example I can't find a way to hide the "Browser Options" section in Preferences > User Interface
I think the best way to do that is with a plugin using the preferences_sections_list hook. http://trac.roundcube.net/wiki/Plugin_Hooks#preferences_sections_list
Thanks, I had gone the route of just using jquery to hide it but the option you suggest seems cleaner