diff options
author | David Runge <dave@sleepmap.de> | 2018-01-17 14:35:15 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2018-01-17 14:35:15 +0100 |
commit | 415fddfb74b1d0ebe06d49dc4c62e8a6e445e773 (patch) | |
tree | de2b09f02b228ea74171cdedcdd0d8c951600fb9 /.vdirsyncer | |
parent | adb2bf9c112f52032f115752d2921a3f60387bb3 (diff) | |
download | dotfiles-415fddfb74b1d0ebe06d49dc4c62e8a6e445e773.tar.gz dotfiles-415fddfb74b1d0ebe06d49dc4c62e8a6e445e773.tar.bz2 dotfiles-415fddfb74b1d0ebe06d49dc4c62e8a6e445e773.tar.xz dotfiles-415fddfb74b1d0ebe06d49dc4c62e8a6e445e773.zip |
.vdirsyncer/config: Adding wedding address book. Adding back live calendar.
Diffstat (limited to '.vdirsyncer')
-rw-r--r-- | .vdirsyncer/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.vdirsyncer/config b/.vdirsyncer/config index 2d86e44..b014d15 100644 --- a/.vdirsyncer/config +++ b/.vdirsyncer/config @@ -5,7 +5,7 @@ status_path = "~/.vdirsyncer/status/" [pair dave_contacts] a = "dave_contacts_local" b = "dave_contacts_remote" -collections = ["contacts"] +collections = ["contacts", "wedding"] conflict_resolution = "b wins" [storage dave_contacts_local] @@ -23,7 +23,7 @@ password.fetch = ["command", "~/bin/pass2vdirsyncer", "dave", "cloud.sleepmap.de [pair dave_calendar] a = "dave_calendar_local" b = "dave_calendar_remote" -collections = ["concerts", "contact_birthdays", "flat", "private", "work"] +collections = ["concerts", "contact_birthdays", "live", "flat", "private", "work"] [storage dave_calendar_local] type = "filesystem" |