Roundcube Community Forum

 

AutoComplete function of mail addresses (sql + ldap)

Started by yoan34, January 06, 2010, 09:04:37 AM

Previous topic - Next topic

yoan34

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

JohnDoh

// 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
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

yoan34

I do not see this option until now.
Everything works now, thank you.
Yoan