You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1000 B
Plaintext

[general]
status_path = ~/.vdirsyncer/status/
[pair fastmail_contacts]
a = fastmail_contacts_local
b = fastmail_contacts_remote
collections = ["from b"]
conflict_resolution = b wins
[storage fastmail_contacts_local]
type = filesystem
path = ~/Contacts/
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"]
[pair fastmail_calendar]
a = fastmail_calendar_local
b = fastmail_calendar_remote
collections = ["from b"]
conflict_resolution = b wins
metadata = ["color", "displayname"]
[storage fastmail_calendar_local]
type = filesystem
path = ~/Calendars/
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"]