DOTS
This commit is contained in:
parent
b176c83374
commit
411a3ad9de
6 changed files with 20 additions and 20 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue