diff options
author | Matthew Lemon <y@yulqen.org> | 2023-05-31 10:07:35 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-05-31 10:07:35 +0100 |
commit | c8fcc6b72672d54433e12a8c0480b22beb577108 (patch) | |
tree | e980b7fc068fcf954f43b7f881e8b59464e3f88e /vdirsyncer/config | |
parent | c7ff1495f04cf8ab020447d097d6b94100f064c6 (diff) |
Removes fastmail account
Diffstat (limited to 'vdirsyncer/config')
-rw-r--r-- | vdirsyncer/config | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/vdirsyncer/config b/vdirsyncer/config index 7db113e..8a84b2c 100644 --- a/vdirsyncer/config +++ b/vdirsyncer/config @@ -39,22 +39,3 @@ type = "caldav" url = "https://cal.16693433.xyz/radicale/lemon/3c6cbab1-0568-1872-a1e8-bc71501565a9/" username = "lemon" password.fetch = ["command", "pass", "show", "radicale_lemon_user"] - -[pair fastmail_calendar] -a = "fastmail_calendar_local" -b = "fastmail_calendar_remote" -collections = ["from a", "from b"] - -# Calendars also have a color property -metadata = ["displayname", "color"] - -[storage fastmail_calendar_local] -type = "filesystem" -path = "~/.calendars/fastmail/" -fileext = ".ics" - -[storage fastmail_calendar_remote] -type = "caldav" -url = "https://caldav.fastmail.com/" -username = "mrlemon@mailforce.net" -password.fetch = ["command", "pass", "show", "evolution_email_fastmail"] |