|
|
@ -514,10 +514,12 @@ $rcmail_config['undo_timeout'] = 0;
|
|
|
|
// ----------------------------------
|
|
|
|
// ----------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
// This indicates which type of address book to use. Possible choises:
|
|
|
|
// This indicates which type of address book to use. Possible choises:
|
|
|
|
// 'sql' (default) and 'ldap'.
|
|
|
|
// 'sql' (default), 'ldap' and ''.
|
|
|
|
// If set to 'ldap' then it will look at using the first writable LDAP
|
|
|
|
// If set to 'ldap' then it will look at using the first writable LDAP
|
|
|
|
// address book as the primary address book and it will not display the
|
|
|
|
// address book as the primary address book and it will not display the
|
|
|
|
// SQL address book in the 'Address Book' view.
|
|
|
|
// SQL address book in the 'Address Book' view.
|
|
|
|
|
|
|
|
// If set to '' then no address book will be displayed or only the
|
|
|
|
|
|
|
|
// addressbook which is created by a plugin (like CardDAV).
|
|
|
|
$rcmail_config['address_book_type'] = 'sql';
|
|
|
|
$rcmail_config['address_book_type'] = 'sql';
|
|
|
|
|
|
|
|
|
|
|
|
// In order to enable public ldap search, configure an array like the Verisign
|
|
|
|
// In order to enable public ldap search, configure an array like the Verisign
|
|
|
|