vdirsyncer: get rid of "my_" prefix

This commit is contained in:
Gabriel Ebner 2016-06-21 15:32:47 +02:00
parent d018486541
commit b439fc199b
2 changed files with 12 additions and 12 deletions

@ -1,8 +1,8 @@
[calendars] [calendars]
[[my_calendars_local]] [[calendars_local]]
path = ~/.calendars/ path = ~/.calendars/
type = discover type = discover
[[my_contacts_local]] [[contacts_local]]
path = ~/.contacts/contacts.vcf/ path = ~/.contacts/contacts.vcf/
type = birthdays type = birthdays

@ -1,35 +1,35 @@
[general] [general]
status_path = ~/.vdirsyncer/status/ status_path = ~/.vdirsyncer/status/
[pair my_calendars] [pair calendars]
a = my_calendars_local a = calendars_local
b = my_calendars_remote b = calendars_remote
conflict_resolution = b wins conflict_resolution = b wins
collections = ["from b"] collections = ["from b"]
[storage my_calendars_local] [storage calendars_local]
type = filesystem type = filesystem
path = ~/.calendars/ path = ~/.calendars/
fileext = .ics fileext = .ics
[storage my_calendars_remote] [storage calendars_remote]
type = caldav type = caldav
url = "https://radicale.gebner.org/gebner/" url = "https://radicale.gebner.org/gebner/"
username = gebner username = gebner
password = esyscmd(`pass 2b7e.org/mail.gebner.org | head -n1') password = esyscmd(`pass 2b7e.org/mail.gebner.org | head -n1')
[pair my_contacts] [pair contacts]
a = my_contacts_local a = contacts_local
b = my_contacts_remote b = contacts_remote
conflict_resolution = b wins conflict_resolution = b wins
collections = ["from b"] collections = ["from b"]
[storage my_contacts_local] [storage contacts_local]
type = filesystem type = filesystem
path = ~/.contacts/ path = ~/.contacts/
fileext = .vcf fileext = .vcf
[storage my_contacts_remote] [storage contacts_remote]
type = carddav type = carddav
url = "https://radicale.gebner.org/gebner/" url = "https://radicale.gebner.org/gebner/"
username = gebner username = gebner