diff -r bbc66c72661a -r aa49966e4e85 dav/config.h --- a/dav/config.h Sat Jun 15 11:01:37 2019 +0200 +++ b/dav/config.h Sun Jun 16 13:14:24 2019 +0200 @@ -63,8 +63,10 @@ bool verification; bool encrypt_content; bool encrypt_name; + bool encrypt_properties; bool decrypt_content; bool decrypt_name; + bool decrypt_properties; int ssl_version; unsigned long authmethods; };