diff options
author | David Runge <dave@sleepmap.de> | 2016-09-20 01:28:35 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2016-09-20 01:28:35 +0200 |
commit | 5b54e44a27b9dadc820402d8c34f382360ccced6 (patch) | |
tree | b85d33cd2be9075548e333ac914fe4bc2abbbf22 | |
parent | 0238aa117ad9f560327509642eb01defe6de6945 (diff) | |
download | dotfiles-5b54e44a27b9dadc820402d8c34f382360ccced6.tar.gz dotfiles-5b54e44a27b9dadc820402d8c34f382360ccced6.tar.bz2 dotfiles-5b54e44a27b9dadc820402d8c34f382360ccced6.tar.xz dotfiles-5b54e44a27b9dadc820402d8c34f382360ccced6.zip |
.vdirsyncer/config: Removing/merging unneeded calendars.
-rw-r--r-- | .vdirsyncer/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.vdirsyncer/config b/.vdirsyncer/config index 61e657c..5c12bee 100644 --- a/.vdirsyncer/config +++ b/.vdirsyncer/config @@ -42,7 +42,7 @@ password.fetch = ["command", "~/bin/pass2vdirsyncer", "drunge", "www2.ak.tu-berl [pair dave_calendar] a = dave_calendar_local b = dave_calendar_remote -collections = ["akt", "concerts", "contact_birthdays", "courses", "flat", "live", "private", "unix-pool", "work"] +collections = ["concerts", "contact_birthdays", "flat", "private", "work"] [storage dave_calendar_local] type = filesystem @@ -59,7 +59,7 @@ password.fetch = ["command", "~/bin/pass2vdirsyncer", "dave", "cloud.sleepmap.de [pair akt_calendar] a = akt_calendar_local b = akt_calendar_remote -collections = ["ak_shared_by_mvoigt", "rechencluster_shared_by_mvoigt", "labs_shared_by_mvoigt", "akurlaub_shared_by_mvoigt", "grossesstudio_shared_by_mvoigt", "kleinesstudio_shared_by_mvoigt", "studioausleihe_shared_by_mvoigt", "studiotermine_shared_by_mvoigt"] +collections = ["ak_shared_by_mvoigt", "akurlaub_shared_by_mvoigt", "grossesstudio_shared_by_mvoigt", "kleinesstudio_shared_by_mvoigt", "studioausleihe_shared_by_mvoigt", "studiotermine_shared_by_mvoigt"] conflict_resolution = "b wins" [storage akt_calendar_local] |