vdirsyncer: get rid of "my_" prefix
This commit is contained in:
parent
d018486541
commit
b439fc199b
@ -1,8 +1,8 @@
|
||||
[calendars]
|
||||
[[my_calendars_local]]
|
||||
[[calendars_local]]
|
||||
path = ~/.calendars/
|
||||
type = discover
|
||||
[[my_contacts_local]]
|
||||
[[contacts_local]]
|
||||
path = ~/.contacts/contacts.vcf/
|
||||
type = birthdays
|
||||
|
||||
|
@ -1,35 +1,35 @@
|
||||
[general]
|
||||
status_path = ~/.vdirsyncer/status/
|
||||
|
||||
[pair my_calendars]
|
||||
a = my_calendars_local
|
||||
b = my_calendars_remote
|
||||
[pair calendars]
|
||||
a = calendars_local
|
||||
b = calendars_remote
|
||||
conflict_resolution = b wins
|
||||
collections = ["from b"]
|
||||
|
||||
[storage my_calendars_local]
|
||||
[storage calendars_local]
|
||||
type = filesystem
|
||||
path = ~/.calendars/
|
||||
fileext = .ics
|
||||
|
||||
[storage my_calendars_remote]
|
||||
[storage calendars_remote]
|
||||
type = caldav
|
||||
url = "https://radicale.gebner.org/gebner/"
|
||||
username = gebner
|
||||
password = esyscmd(`pass 2b7e.org/mail.gebner.org | head -n1')
|
||||
|
||||
[pair my_contacts]
|
||||
a = my_contacts_local
|
||||
b = my_contacts_remote
|
||||
[pair contacts]
|
||||
a = contacts_local
|
||||
b = contacts_remote
|
||||
conflict_resolution = b wins
|
||||
collections = ["from b"]
|
||||
|
||||
[storage my_contacts_local]
|
||||
[storage contacts_local]
|
||||
type = filesystem
|
||||
path = ~/.contacts/
|
||||
fileext = .vcf
|
||||
|
||||
[storage my_contacts_remote]
|
||||
[storage contacts_remote]
|
||||
type = carddav
|
||||
url = "https://radicale.gebner.org/gebner/"
|
||||
username = gebner
|
||||
|
Loading…
Reference in New Issue
Block a user