power-mailinabox
power-mailinabox copied to clipboard
Disable local contacts in roundcube and rename owncloud into contacts
I found it confusing for users to have two contact list one being local and the other one being carddav.
Would it be possible to change configuration of roundcube plugin carddav in order to delete the local carddav entry and rename the owncloud one into just 'Contacts' ?
edit /plugins/carddav/config to change name
add config lines below to roundcube config to desactivate default local contact and user carddav contacts as default instead
$config['address_book_type'] = ''; $config['default_addressbook'] = 'contacts'; $config['autocomplete_addressbooks'] = array('contacts');