mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-24 17:36:39 +00:00
Add new configuration for email visibility choice.
This commit is contained in:
parent
964d0a1224
commit
c87d2c146a
@ -19,6 +19,7 @@ $c->system_name = "DAViCal CalDAV Server";
|
||||
$c->domain_name = $_SERVER['SERVER_NAME'];
|
||||
$c->save_time_zone_defs = true;
|
||||
$c->collections_always_exist = true;
|
||||
$c->allow_get_email_visibility = false;
|
||||
$c->home_calendar_name = 'home';
|
||||
$c->enable_row_linking = true;
|
||||
$c->http_auth_mode = 'Basic';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user