|
|
@ -15,7 +15,6 @@ fileext = ".vcf"
|
|
|
|
[storage fastmail_contacts_remote]
|
|
|
|
[storage fastmail_contacts_remote]
|
|
|
|
type = "carddav"
|
|
|
|
type = "carddav"
|
|
|
|
url = "https://carddav.messagingengine.com/"
|
|
|
|
url = "https://carddav.messagingengine.com/"
|
|
|
|
auth = "basic"
|
|
|
|
|
|
|
|
username = "dustinswan@fastmail.com"
|
|
|
|
username = "dustinswan@fastmail.com"
|
|
|
|
password.fetch = ["command", "~/dotfiles/bin/decrypt_password.sh", "dustinswan@fastmail.com"]
|
|
|
|
password.fetch = ["command", "~/dotfiles/bin/decrypt_password.sh", "dustinswan@fastmail.com"]
|
|
|
|
|
|
|
|
|
|
|
@ -34,6 +33,5 @@ fileext = ".ics"
|
|
|
|
[storage fastmail_calendar_remote]
|
|
|
|
[storage fastmail_calendar_remote]
|
|
|
|
type = "caldav"
|
|
|
|
type = "caldav"
|
|
|
|
url = "https://caldav.messagingengine.com/"
|
|
|
|
url = "https://caldav.messagingengine.com/"
|
|
|
|
auth = "basic"
|
|
|
|
|
|
|
|
username = "dustinswan@fastmail.com"
|
|
|
|
username = "dustinswan@fastmail.com"
|
|
|
|
password.fetch = ["command", "~/dotfiles/bin/decrypt_password.sh", "dustinswan@fastmail.com"]
|
|
|
|
password.fetch = ["command", "~/dotfiles/bin/decrypt_password.sh", "dustinswan@fastmail.com"]
|
|
|
|