god!
$rcmail_config['compose_addressbooks'] = array('global', 'sql');
do you use the latest version of the plugins?
This is really a silly way to 'fix' that problem. My plugin should work with the global addressbook. Have you read this?:
http://www.roundcubeforum.net/7-third-party-contributions/46-api-based-plugins/5692-addressbook-compose-window-3.html#post24163
You have to add 'global' as an addressbook in config.inc.php
$rcmail_config['compose_addressbooks'] = array('global', 'sql');
Im working on a new version of compose_addressbook that autodetects all available addressbooks. Version 1.5.1 doesnt do that, so you have to add the addressbooks you want to use.
This is really a silly way to 'fix' that problem. My plugin should work with the global addressbook. Have you read this?:
http://www.roundcubeforum.net/7-third-party-contributions/46-api-based-plugins/5692-addressbook-compose-window-3.html#post24163
You have to add 'global' as an addressbook in config.inc.php
$rcmail_config['compose_addressbooks'] = array('global', 'sql');
Im working on a new version of compose_addressbook that autodetects all available addressbooks. Version 1.5.1 doesnt do that, so you have to add the addressbooks you want to use.