1 2 3 4 5 6 7 8 9 10 11 12
<?php /* Default addressbook source */ $rcmail_config['default_addressbook'] = '0'; /* database table name */ $rcmail_config['db_table_google_contacts'] = 'google_contacts'; /* max results */ $rcmail_config['google_contacts_max_results'] = 1000; ?>