1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-12 17:07:23 +01:00

sync should be true for a nextcloud backend

This commit is contained in:
downtownallday
2022-09-05 15:29:39 -04:00
parent cb50405864
commit 9783b8bbbc
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ define('CARDDAV_DEFAULT_PATH', 'NC_PREFIX/remote.php/dav/addressbooks/users/%u/c
define('CARDDAV_GAL_PATH', ''); /* readonly, searchable, not syncd */
define('CARDDAV_GAL_MIN_LENGTH', 5);
define('CARDDAV_CONTACTS_FOLDER_NAME', '%u Addressbook');
define('CARDDAV_SUPPORTS_SYNC', false);
define('CARDDAV_SUPPORTS_SYNC', true);
// If the CardDAV server supports the FN attribute for searches
// DAViCal supports it, but SabreDav, Nextcloud and SOGo don't