Roundcube Community Forum

 

compose_addressbook for globaladdressbook

Started by zhylninc, April 23, 2010, 04:46:41 AM

Previous topic - Next topic

zhylninc

god!
$rcmail_config['compose_addressbooks'] = array('global', 'sql');

dziobak

do you use the latest version of the plugins?

corbosman

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.

corbosman

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.