From c87d2c146ab153d3c1e3bc781d0b8371ca60e8a8 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Wed, 12 Nov 2008 22:56:49 +1300 Subject: [PATCH] Add new configuration for email visibility choice. --- inc/always.php | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/always.php b/inc/always.php index 298f10e0..68aa8b3e 100644 --- a/inc/always.php +++ b/inc/always.php @@ -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';