Move Vdirsyncer to .cache
One less thing in the home.
This commit is contained in:
parent
50315ed3aa
commit
1a4b2479f8
|
@ -1,11 +1,11 @@
|
||||||
[calendars]
|
[calendars]
|
||||||
[[calendars]]
|
[[calendars]]
|
||||||
path = ~/.vdirsyncer/calendars/*
|
path = ~/.cache/vdirsyncer/calendars/*
|
||||||
type = discover
|
type = discover
|
||||||
|
|
||||||
# [[birthdays]]
|
# [[birthdays]]
|
||||||
# type=birthdays
|
# type=birthdays
|
||||||
# path = ~/.vdirsyncer/contacts/contacts/
|
# path = ~/.cache/vdirsyncer/contacts/contacts/
|
||||||
# color = light magenta
|
# color = light magenta
|
||||||
|
|
||||||
[locale]
|
[locale]
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
[addressbooks]
|
[addressbooks]
|
||||||
[[contacts]]
|
[[contacts]]
|
||||||
path = ~/.vdirsyncer/contacts/contacts/
|
path = ~/.cache/vdirsyncer/contacts/contacts/
|
||||||
|
|
||||||
[general]
|
[general]
|
||||||
debug = no
|
debug = no
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[main]
|
[main]
|
||||||
path = ~/.vdirsyncer/calendars/*
|
path = ~/.cache/vdirsyncer/calendars/*
|
||||||
default_list = Personnel
|
default_list = Personnel
|
||||||
humanize = True
|
humanize = True
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# An example configuration for vdirsyncer.
|
# 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.
|
# Run `vdirsyncer --help` for CLI usage.
|
||||||
#
|
#
|
||||||
# Optional parameters are commented out.
|
# Optional parameters are commented out.
|
||||||
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
[general]
|
[general]
|
||||||
# A folder where vdirsyncer can store some metadata about each pair.
|
# A folder where vdirsyncer can store some metadata about each pair.
|
||||||
status_path = "~/.vdirsyncer/status/"
|
status_path = "~/.cache/vdirsyncer/status/"
|
||||||
|
|
||||||
# # CARDDAV
|
# # CARDDAV
|
||||||
[pair geoffrey_contacts]
|
[pair geoffrey_contacts]
|
||||||
|
@ -38,7 +38,7 @@ metadata = ["displayname"]
|
||||||
# A storage references actual data on a remote server or on the local disk.
|
# A storage references actual data on a remote server or on the local disk.
|
||||||
# Similar to repositories in OfflineIMAP.
|
# Similar to repositories in OfflineIMAP.
|
||||||
type = "filesystem"
|
type = "filesystem"
|
||||||
path = "~/.vdirsyncer/contacts/"
|
path = "~/.cache/vdirsyncer/contacts/"
|
||||||
fileext = ".vcf"
|
fileext = ".vcf"
|
||||||
|
|
||||||
[storage geoffrey_contacts_remote]
|
[storage geoffrey_contacts_remote]
|
||||||
|
@ -60,7 +60,7 @@ metadata = ["displayname", "color"]
|
||||||
|
|
||||||
[storage geoffrey_calendar_local]
|
[storage geoffrey_calendar_local]
|
||||||
type = "filesystem"
|
type = "filesystem"
|
||||||
path = "~/.vdirsyncer/calendars/"
|
path = "~/.cache/vdirsyncer/calendars/"
|
||||||
fileext = ".ics"
|
fileext = ".ics"
|
||||||
|
|
||||||
[storage geoffrey_calendar_remote]
|
[storage geoffrey_calendar_remote]
|
||||||
|
|
Loading…
Reference in a new issue