This commit is contained in:
Dustin Swan 2019-11-17 19:10:40 -05:00
parent b176c83374
commit 411a3ad9de
No known key found for this signature in database
GPG key ID: AB49BD6B2B3A6377
6 changed files with 20 additions and 20 deletions

View file

@ -16,7 +16,7 @@ fileext = ".vcf"
type = "carddav"
url = "https://carddav.messagingengine.com/"
username = "dustinswan@fastmail.com"
password.fetch = ["command", "~/dotfiles/bin/decrypt_password.sh", "dustinswan@fastmail.com"]
password.fetch = ["command", "~/dotfiles/bin/decrypt-password", "dustinswan@fastmail.com"]
[pair fastmail_calendar]
a = "fastmail_calendar_local"
@ -34,4 +34,4 @@ fileext = ".ics"
type = "caldav"
url = "https://caldav.messagingengine.com/"
username = "dustinswan@fastmail.com"
password.fetch = ["command", "~/dotfiles/bin/decrypt_password.sh", "dustinswan@fastmail.com"]
password.fetch = ["command", "~/dotfiles/bin/decrypt-password", "dustinswan@fastmail.com"]