123456789101112131415161718192021 |
- [general]
- status_path = "status"
- [pair contacts]
- a = "local_card"
- b = "remote_card"
- collections = ["from a", "from b"]
- conflict_resolution = "b wins"
- metadata = ["displayname"]
- [storage local_card]
- type = "filesystem"
- path = "contacts"
- fileext = ".vcf"
- [storage remote_card]
- type = "carddav"
- url.fetch = ["command", "cat", "carddav.url"]
- username.fetch = ["command", "cat", "username"]
- password.fetch = ["command", "cat", "password"]
|