From 0171690af5cd6d17d94411bd9ee5832bb7ed0951 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Mon, 9 May 2011 00:12:22 +0200 Subject: [PATCH] Set personal calendars in the default configuration --- radicale/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radicale/config.py b/radicale/config.py index d54a45b..dc28789 100644 --- a/radicale/config.py +++ b/radicale/config.py @@ -49,7 +49,7 @@ INITIAL_CONFIG = { "stock": "utf-8"}, "acl": { "type": "None", - "personal": "False", + "personal": "True", "httpasswd_filename": "/etc/radicale/users", "httpasswd_encryption": "crypt", "ldap_url": "ldap://localhost:389/",