aboutsummaryrefslogtreecommitdiffstats
path: root/vdirsyncer/config
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--vdirsyncer/config19
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"]