Not that I don't like the roundcube logo ;) ,but is it possible not to print when printing a message. The nice logo is using much ink.
Thnx for some good product!!
Sure, you can set it in the config.inc.php:
// replace Roundcube logo with this image
// specify an URL relative to the document root of this Roundcube installation
// an array can be used to specify different logos for specific template files, '*' for default logo
// for example array("*" => "/images/roundcube_logo.png", "messageprint" => "/images/roundcube_logo_print.png")
$config['skin_logo'] = null;
THNX :)