diff options
Diffstat (limited to '.config/vdirsyncer')
-rw-r--r-- | .config/vdirsyncer/config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/vdirsyncer/config b/.config/vdirsyncer/config index 74dda0f..14b803f 100644 --- a/.config/vdirsyncer/config +++ b/.config/vdirsyncer/config @@ -10,7 +10,7 @@ conflict_resolution = "b wins" [storage dave_contacts_local] type = "filesystem" -path = "~/.contacts/" +path = "~/.local/state/vdirsyncer/contacts/" fileext = ".vcf" [storage dave_contacts_remote] @@ -28,7 +28,7 @@ collections = ["concerts", "contact_birthdays", "live", "flat", "private", "wor [storage dave_calendar_local] type = "filesystem" -path = "~/.calendars/" +path = "~/.local/state/vdirsyncer/calendars/" fileext = ".ics" [storage dave_calendar_remote] @@ -45,7 +45,7 @@ collections = ["flanger-studio-four_shared_by_nanni", "work_shared_by_nanni"] [storage nanni_calendar_local] type = "filesystem" -path = "~/.calendars/" +path = "~/.local/state/vdirsyncer/calendars/" fileext = ".ics" [storage nanni_calendar_remote] |