Hi,

wanting to disable the addressbook, I set $rcmail_config['address_book_type'] = ''; in main.inc.php.

The comment above the option says
// This indicates which type of address book to use. Possible choises:
// 'sql' (default), 'ldap' and ''.
// 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
// 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).

However, the addressbook tab is still there and when clicking it a "SERVICE CURRENTLY NOT AVAILABLE! - Error No. [700]" error appears.

I am using the latest roundcube version 0.9.4 with german localization.

How can I fix this?

Yannik