aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-05-31 10:07:35 +0100
committerMatthew Lemon <y@yulqen.org>2023-05-31 10:07:35 +0100
commitc8fcc6b72672d54433e12a8c0480b22beb577108 (patch)
treee980b7fc068fcf954f43b7f881e8b59464e3f88e
parentc7ff1495f04cf8ab020447d097d6b94100f064c6 (diff)
Removes fastmail account
Diffstat (limited to '')
-rw-r--r--khal/config13
-rw-r--r--vdirsyncer/config19
2 files changed, 0 insertions, 32 deletions
diff --git a/khal/config b/khal/config
index 91b05b0..953b843 100644
--- a/khal/config
+++ b/khal/config
@@ -5,19 +5,6 @@ path = ~/.calendars/radicale/3c6cbab1-0568-1872-a1e8-bc71501565a9
color = brown
priority = 10
-[[home]]
-path = ~/.calendars/fastmail/d575ba80-7a6c-4400-86ff-2d09f72b18f1
-color = light blue
-priority = 20
-
-[[public-holidays]]
-path = ~/.calendars/fastmail/65d5ab52-0cac-4c72-b786-0ebbde377b88
-color = light green
-
-[[google work]]
-path = ~/.calendars/fastmail/3e443339-3898-40bb-b1ac-5d3c6aeb4c33
-color = dark red
-
[view]
agenda_event_format = "{start-time} {title}"
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"]