Update third_party-roundcube.md

changed the path of Roundcube config file
Dieser Commit ist enthalten in:
Sascha Henke 2019-11-21 14:11:28 +01:00 committet von GitHub
Ursprung 42142badb2
Commit 4f7bc36824
Es konnte kein GPG-SchlĂĽssel zu dieser Signatur gefunden werden
GPG-SchlĂĽssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -123,7 +123,7 @@ $prefs['SOGo'] = array(
```
Please note, that this preset only integrates the default addressbook (the one that's named "Personal Address Book" and can't be deleted). Additional addressbooks are currently not automatically detected but can be manually added within the roundecube settings.
Enable the plugin by adding `carddav` to `$config['plugins']` in `roundcube/config/config.inc.php`.
Enable the plugin by adding `carddav` to `$config['plugins']` in `rc/config/config.inc.php`.
If you want to remove the default addressbooks (stored in the Roundcube database), so that only the CardDAV addressbooks are accessable, append `$config['address_book_type'] = '';` to the config file `data/web/rc/config/config.inc.php`.