Updating vdirsyncer's password grabber command
This commit is contained in:
parent
09db3e0de3
commit
23f64c0e31
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,6 @@
|
|||
[general]
|
||||
# A folder where vdirsyncer can store some metadata about each pair.
|
||||
status_path = ~/.vdirsyncer/status/
|
||||
password_command = ~/dotfiles/bin/decrypt_password.sh
|
||||
|
||||
# CONTACTS
|
||||
#[pair google_contacts]
|
||||
|
|
@ -72,6 +71,7 @@ type = caldav
|
|||
url = https://caldav.messagingengine.com/
|
||||
auth = basic
|
||||
username = dustinswan@fastmail.com
|
||||
password.fetch = ["command", "~/dotfiles/bin/decrypt_password.sh", "dustinswan@fastmail.com"]
|
||||
#verify = True
|
||||
|
||||
# Optional: Specify a time range which should be synchronized. Either both
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue