OK, very handy, if the config has to be available
within the plugin only.
But if to access the config on a global level, we
have to include the config file
in rcube_config.php.
Could I do ...
global $CONFIG;
$CONFIG = array_merge ...
or better
$rcmail->config = array_merge ...
... within a plugin?
Cor Bosman: It would solve the unnecessary file
stats and no Core modifications are necessary.
Regards,
Roland