Add per-collection configuration.
[jelmer/calypso.git] / collection-config
1 # Per-collection config file for Calypso
2 #
3 # Name it .calypso-collection and place it into a collection to tune its
4 # behavior; a typical location for it would be
5 # ~/.config/calypso/calendars/private/test/.calypso-collection
6
7 [collection]
8 # Short name. Defaults to the collection's path.
9 displayname = My Calendar
10 # Description used for the addressbook-description and calendar-description
11 # WebDAV properties. Defaults to the collection's path.
12 description = Collection of all my personal dates.
13
14 # vim:ft=cfg