diff --git a/vdirsyncer/config b/vdirsyncer/config index 6497712..7828373 100644 --- a/vdirsyncer/config +++ b/vdirsyncer/config @@ -15,7 +15,6 @@ fileext = ".vcf" [storage fastmail_contacts_remote] type = "carddav" url = "https://carddav.messagingengine.com/" -auth = "basic" username = "dustinswan@fastmail.com" password.fetch = ["command", "~/dotfiles/bin/decrypt_password.sh", "dustinswan@fastmail.com"] @@ -34,6 +33,5 @@ fileext = ".ics" [storage fastmail_calendar_remote] type = "caldav" url = "https://caldav.messagingengine.com/" -auth = "basic" username = "dustinswan@fastmail.com" password.fetch = ["command", "~/dotfiles/bin/decrypt_password.sh", "dustinswan@fastmail.com"]