diff --git a/vdirsyncer-config b/vdirsyncer-config new file mode 100644 index 0000000..ba34b21 --- /dev/null +++ b/vdirsyncer-config @@ -0,0 +1,20 @@ +[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/j.wyss@kolabnow.ch/" +username = "j.wyss@kolabnow.ch" +password.fetch = ["shell","pass kolabnow.ch/j.wyss@kolabnow.ch | head -n1"] +