diff --git a/config/khal/config b/config/khal/config index 902d4fd..0f6b151 100644 --- a/config/khal/config +++ b/config/khal/config @@ -1,11 +1,11 @@ [calendars] [[calendars]] -path = ~/.vdirsyncer/calendars/* +path = ~/.cache/vdirsyncer/calendars/* type = discover # [[birthdays]] # type=birthdays -# path = ~/.vdirsyncer/contacts/contacts/ +# path = ~/.cache/vdirsyncer/contacts/contacts/ # color = light magenta [locale] diff --git a/config/khard/khard.conf b/config/khard/khard.conf index 9c00adc..a40dea0 100644 --- a/config/khard/khard.conf +++ b/config/khard/khard.conf @@ -3,7 +3,7 @@ [addressbooks] [[contacts]] -path = ~/.vdirsyncer/contacts/contacts/ +path = ~/.cache/vdirsyncer/contacts/contacts/ [general] debug = no diff --git a/config/todoman/todoman.conf b/config/todoman/todoman.conf index af6fea4..d810442 100644 --- a/config/todoman/todoman.conf +++ b/config/todoman/todoman.conf @@ -1,4 +1,4 @@ [main] -path = ~/.vdirsyncer/calendars/* +path = ~/.cache/vdirsyncer/calendars/* default_list = Personnel humanize = True diff --git a/config/vdirsyncer/config b/config/vdirsyncer/config index 0f6f246..9fc5681 100644 --- a/config/vdirsyncer/config +++ b/config/vdirsyncer/config @@ -1,6 +1,6 @@ # An example configuration for vdirsyncer. # -# Move it to ~/.vdirsyncer/config or ~/.config/vdirsyncer/config and edit it. +# Move it to ~/.cache/vdirsyncer/config or ~/.config/vdirsyncer/config and edit it. # Run `vdirsyncer --help` for CLI usage. # # Optional parameters are commented out. @@ -9,7 +9,7 @@ [general] # A folder where vdirsyncer can store some metadata about each pair. -status_path = "~/.vdirsyncer/status/" +status_path = "~/.cache/vdirsyncer/status/" # # CARDDAV [pair geoffrey_contacts] @@ -38,7 +38,7 @@ metadata = ["displayname"] # A storage references actual data on a remote server or on the local disk. # Similar to repositories in OfflineIMAP. type = "filesystem" -path = "~/.vdirsyncer/contacts/" +path = "~/.cache/vdirsyncer/contacts/" fileext = ".vcf" [storage geoffrey_contacts_remote] @@ -60,7 +60,7 @@ metadata = ["displayname", "color"] [storage geoffrey_calendar_local] type = "filesystem" -path = "~/.vdirsyncer/calendars/" +path = "~/.cache/vdirsyncer/calendars/" fileext = ".ics" [storage geoffrey_calendar_remote]