switch from abook to khard

This commit is contained in:
Felix Van der Jeugt 2018-11-21 16:34:11 +01:00
parent d6f0da270f
commit 7e1d59a684
No known key found for this signature in database
GPG key ID: 58B209295023754D
4 changed files with 69 additions and 7 deletions

View file

@ -50,3 +50,18 @@ url = "https://posteo.de:8443/calendars/felix.vanderjeugt/plebbb/"
username = "felix.vanderjeugt@posteo.net"
password.fetch = ["command", "pass", "other/vdirsyncer"]
[pair posteo_contacts]
a = "contacts_local"
b = "contacts_remote"
collections = ["from a", "from b"]
[storage contacts_local]
type = "filesystem"
path = "/data/contacts"
fileext = ".vcf"
[storage contacts_remote]
type = "carddav"
url = "https://posteo.de:8843/addressbooks/felix.vanderjeugt/default"
username = "felix.vanderjeugt@posteo.net"
password.fetch = ["command", "pass", "other/vdirsyncer"]