scripts/vdirsyncer-config

21 lines
443 B
Plaintext
Raw Normal View History

2024-04-08 09:33:14 +00:00
[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"
2024-05-10 07:19:51 +00:00
url = "https://apps.kolabnow.com/addressbooks/mail.com"
username = "mail.com"
password.fetch = ["shell","pass kolabnow.ch/mail.com | head -n1"]
2024-04-08 09:33:14 +00:00