From 0d4bcb456bec67ba264f47a2b0cefc0e17808ffa Mon Sep 17 00:00:00 2001 From: Michael Kroes Date: Mon, 25 Nov 2019 15:31:33 +0100 Subject: [PATCH] Changed Roundcube address book name from ownCloud to Nextcloud --- setup/webmail.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/webmail.sh b/setup/webmail.sh index 7dfeaac6..0bc6531f 100755 --- a/setup/webmail.sh +++ b/setup/webmail.sh @@ -138,8 +138,8 @@ cat > ${RCM_PLUGIN_DIR}/carddav/config.inc.php < 'ownCloud', +\$prefs['Nextcloud'] = array( + 'name' => 'Nextcloud', 'username' => '%u', // login username 'password' => '%p', // login password 'url' => 'https://${PRIMARY_HOSTNAME}/cloud/remote.php/carddav/addressbooks/%u/contacts',