Hi devs,
 
I'm working on a plugin which allows the Admin to configure the TinyMCE toolbar
without hacking in editor.js. It also allows to enable/disable features domain/user based.
 
The reasons why I need this plugin are:
 
#1 Editor width is too large when RoundCube is embedded in frameset.
#2 I'd like to restrict some features (media, spellchecker) domein/user based
 
I don't get it working without patching two files:
 
#1 ,/program/include/main.inc
 
... see function rcube_html_editor
 
#2 ./porgram/js/editor.js
 
... see function rcmail_editor_init
 
Attached files are based on trunk r2852. Hope you will commit them to trunk.
 
Regards,
Roland