From e3e2c8b1e574ca69d3795d7e757e52d35478a308 Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Tue, 7 May 2019 16:05:32 -0400 Subject: [PATCH] STuff --- vdirsyncer/config | 2 -- 1 file changed, 2 deletions(-) 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"]