diff options
Diffstat (limited to '.vdirsyncer')
-rw-r--r-- | .vdirsyncer/config | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/.vdirsyncer/config b/.vdirsyncer/config index 5d265b1..59ed683 100644 --- a/.vdirsyncer/config +++ b/.vdirsyncer/config @@ -19,25 +19,6 @@ url = "https://cloud.sleepmap.de/carddav/" username = "dave" password.fetch = ["command", "~/bin/pass2vdirsyncer", "dave", "cloud.sleepmap.de"] - -[pair akt_contacts] -a = "akt_contacts_local" -b = "akt_contacts_remote" -collections = ["exteam", "studio", "team"] -conflict_resolution = "b wins" - -[storage akt_contacts_local] -type = "filesystem" -path = "~/.contacts/" -fileext = ".vcf" - -[storage akt_contacts_remote] -type = "carddav" -url = "https://www2.ak.tu-berlin.de/.cloudy/remote.php/carddav/" -username = "drunge" -password.fetch = ["command", "~/bin/pass2vdirsyncer", "drunge", "www2.ak.tu-berlin.de"] - - # caldav [pair dave_calendar] a = "dave_calendar_local" |