Author Topic: AutoComplete function of mail addresses (sql + ldap)  (Read 4178 times)

Offline yoan34

  • Newbie
  • *
  • Posts: 3
AutoComplete function of mail addresses (sql + ldap)
« 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

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,850
AutoComplete function of mail addresses (sql + ldap)
« Reply #1 on: January 06, 2010, 09:33:35 AM »
Code: [Select]
// 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ā€¦

Offline yoan34

  • Newbie
  • *
  • Posts: 3
AutoComplete function of mail addresses (sql + ldap)
« Reply #2 on: January 06, 2010, 09:48:46 AM »
I do not see this option until now.
Everything works now, thank you.
Yoan