scripts/vdirsyncer-config
2024-05-10 07:19:51 +00:00

21 lines
443 B
Plaintext

[general]
status_path = "~/.vdirsyncer/status/"
[pair Contacts]
a = "local_contacts"
b = "remote_contacts"
collections = ["from a","from b"]
metadata = ["displayname"]
[storage local_contacts]
type = "filesystem"
path = "~/.contacts/"
fileext = ".vcf"
[storage remote_contacts]
type = "carddav"
url = "https://apps.kolabnow.com/addressbooks/mail.com"
username = "mail.com"
password.fetch = ["shell","pass kolabnow.ch/mail.com | head -n1"]