From 76b859c28e668d89fd7bc264ebb295eb79d649ce Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Tue, 2 Aug 2016 16:58:44 +0200 Subject: [PATCH] Rename .collection.props into .Radicale.props --- radicale/storage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radicale/storage.py b/radicale/storage.py index 400d8944..10cffc11 100644 --- a/radicale/storage.py +++ b/radicale/storage.py @@ -334,7 +334,7 @@ class Collection(BaseCollection): self.storage_encoding = self.configuration.get("encoding", "stock") self._filesystem_path = path_to_filesystem(folder, self.path) self._props_path = os.path.join( - self._filesystem_path, ".collection.props") + self._filesystem_path, ".Radicale.props") split_path = self.path.split("/") if len(split_path) > 1: # URL with at least one folder