config 439 B

123456789101112131415161718192021
  1. [general]
  2. status_path = "status"
  3. [pair contacts]
  4. a = "local_card"
  5. b = "remote_card"
  6. collections = ["from a", "from b"]
  7. conflict_resolution = "b wins"
  8. metadata = ["displayname"]
  9. [storage local_card]
  10. type = "filesystem"
  11. path = "contacts"
  12. fileext = ".vcf"
  13. [storage remote_card]
  14. type = "carddav"
  15. url.fetch = ["command", "cat", "carddav.url"]
  16. username.fetch = ["command", "cat", "username"]
  17. password.fetch = ["command", "cat", "password"]