You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
441 B
Plaintext

[general]
status_path = "~/.vdirsyncer/status/"
[pair mailboxcontacts]
a = "mailboxcontacts_local"
b = "mailboxcontacts_remote"
collections = ["from a", "from b"]
[storage mailboxcontacts_local]
type = "filesystem"
path = "~/Contacts/"
fileext = ".vcf"
[storage mailboxcontacts_remote]
type = "carddav"
url = "https://dav.mailbox.org"
username = "s.rademacker@mailbox.org"
password.fetch = ["command", "~/dotfiles/office/getpassword.sh"]