From d45ae04006b421bb7b6e473ae7f33e53d583ad83 Mon Sep 17 00:00:00 2001 From: wrvsrx Date: Sat, 6 May 2023 21:48:32 +0800 Subject: [PATCH] Update doc about use_vcard_4 --- docs/config.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/config.rst b/docs/config.rst index f291d24..fd982fb 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -238,6 +238,7 @@ CalDAV and CardDAV #useragent = "vdirsyncer/0.16.4" #verify_fingerprint = null #auth_cert = null + #use_vcard_4 = false :param url: Base URL or an URL to an addressbook. :param username: Username for authentication. @@ -255,6 +256,7 @@ CalDAV and CardDAV certificate and the key or a list of paths to the files with them. :param useragent: Default ``vdirsyncer``. + :param use_vcard_4: Whether the server use vCard 4.0. Google ++++++