Add vdirsyncer conf

main
Steffen Rademacker 7 years ago
parent f3c1eeda5f
commit 4708e26d09

@ -0,0 +1,35 @@
[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"]
[pair mailboxcalendars]
a = "mailboxcalendars_local"
b = "mailboxcalendars_remote"
collections = ["from a", "from b"]
[storage mailboxcalendars_local]
type = "filesystem"
path = "~/Calendars/"
fileext = ".ics"
[storage mailboxcalendars_remote]
type = "caldav"
url = "https://dav.mailbox.org"
username = "s.rademacker@mailbox.org"
password.fetch = ["command", "~/dotfiles/office/getpassword.sh"]
Loading…
Cancel
Save