From 2b51f7fdba4074d2f100f8b02093ba954a72a100 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 6cbe55f9..4fd5fc35 100755 --- a/setup/webmail.sh +++ b/setup/webmail.sh @@ -136,8 +136,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',