aboutsummaryrefslogtreecommitdiffstats
path: root/.vdirsyncer
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2015-10-30 02:08:48 +0100
committerDavid Runge <dave@sleepmap.de>2015-10-30 02:08:48 +0100
commit88db13e22da239a0ada13c0fe6486e42673bb181 (patch)
tree34ee1cf5e967016f60fd5c7938cffb47d6036da6 /.vdirsyncer
parent3d7be9b249ddaff33cf363846578d429cfefd60a (diff)
downloaddotfiles-88db13e22da239a0ada13c0fe6486e42673bb181.tar.gz
dotfiles-88db13e22da239a0ada13c0fe6486e42673bb181.tar.bz2
dotfiles-88db13e22da239a0ada13c0fe6486e42673bb181.tar.xz
dotfiles-88db13e22da239a0ada13c0fe6486e42673bb181.zip
.vdirsyncer/config: Moving retrieval of password for accounts out of the general section into each connection setting. Since 0.7 vdirsyncer is using an overhauled version of their password_command -> password.fetch.
Diffstat (limited to '.vdirsyncer')
-rw-r--r--.vdirsyncer/config6
1 files changed, 4 insertions, 2 deletions
diff --git a/.vdirsyncer/config b/.vdirsyncer/config
index e2633af..e64e880 100644
--- a/.vdirsyncer/config
+++ b/.vdirsyncer/config
@@ -1,7 +1,5 @@
[general]
status_path = "~/.vdirsyncer/status/"
-password_command = pass2vdirsyncer
-
# carddav
[pair dave_contacts]
@@ -20,6 +18,7 @@ type = carddav
url = https://cloud.sleepmap.de/remote.php/carddav/
verify = "~/.certs/sleepmap.crt"
username = dave
+password.fetch = ["command", "~/bin/pass2vdirsyncer", "dave", "cloud.sleepmap.de"]
[pair akt_contacts]
@@ -37,6 +36,7 @@ fileext = .vcf
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
@@ -55,6 +55,7 @@ type = caldav
url = https://cloud.sleepmap.de/remote.php/caldav/
verify = "~/.certs/sleepmap.crt"
username = dave
+password.fetch = ["command", "~/bin/pass2vdirsyncer", "dave", "cloud.sleepmap.de"]
[pair akt_calendar]
@@ -71,3 +72,4 @@ fileext = .ics
type = caldav
url = https://www2.ak.tu-berlin.de/.cloudy/remote.php/caldav/
username = drunge
+password.fetch = ["command", "~/bin/pass2vdirsyncer", "drunge", "www2.ak.tu-berlin.de"]