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 = "https://dav.ulm.org/addressbooks/johndoe@ulm.org"
- username = "johndoe@ulm.org"
- password = "EnterYourPasswordHere"
|