vdirsyncer
vdirsyncer copied to clipboard
Do not load netrc config files
Resolves a regression in v0.19.3 where aiohttp would overwrite the Authorization
header if a netrc file with the configured host was present.
Should work but needs testing, especially on Windows as I'm not 100% certain the NUL
trick will work.
Fixes #1138