diff options
author | David Runge <dave@sleepmap.de> | 2017-02-05 16:19:18 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2017-02-05 16:19:18 +0100 |
commit | b845a5534cd2515ff3f24881b22fd5bcc160ea7b (patch) | |
tree | b2711292046c2d8755dc3ae6f3bbbca9bd93480d /.vdirsyncer/config | |
parent | 79553f03626f97c1172264409fdd93fcf4de673d (diff) | |
download | dotfiles-b845a5534cd2515ff3f24881b22fd5bcc160ea7b.tar.gz dotfiles-b845a5534cd2515ff3f24881b22fd5bcc160ea7b.tar.bz2 dotfiles-b845a5534cd2515ff3f24881b22fd5bcc160ea7b.tar.xz dotfiles-b845a5534cd2515ff3f24881b22fd5bcc160ea7b.zip |
.vdirsyncer/config: Removing unused contact books.
Diffstat (limited to '.vdirsyncer/config')
-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" |