Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: yoan34 on January 06, 2010, 09:04:37 AM

Title: AutoComplete function of mail addresses (sql + ldap)
Post by: yoan34 on January 06, 2010, 09:04:37 AM
Hello to all and best wishes,
Is it possible to have Roundcube in autocompletion of my personal address book (in sql) and the LDAP address book.
The problem is that RC does not offer me that sql or ldap (in main.inc)
is there a solution for both?
Thank you and sorry for my English
Title: AutoComplete function of mail addresses (sql + ldap)
Post by: JohnDoh on January 06, 2010, 09:33:35 AM
// An ordered array of the ids of the addressbooks that should be searched
// when populating address autocomplete fields server-side. ex: array('sql','Verisign');
$rcmail_config['autocomplete_addressbooks'] = array('sql');


you can add as many addressbooks to the autocomplete as you want via the above option in the config file
Title: AutoComplete function of mail addresses (sql + ldap)
Post by: yoan34 on January 06, 2010, 09:48:46 AM
I do not see this option until now.
Everything works now, thank you.
Yoan