etc/config/vdirsyncer/config.m4

39 lines
785 B
Plaintext
Raw Normal View History

2016-06-18 19:21:46 +02:00
[general]
status_path = ~/.vdirsyncer/status/
2016-06-21 15:32:47 +02:00
[pair calendars]
a = calendars_local
b = calendars_remote
2016-06-18 19:21:46 +02:00
conflict_resolution = b wins
collections = ["from b"]
2016-08-18 07:47:41 +02:00
metadata = ["color"]
2016-06-21 15:32:47 +02:00
[storage calendars_local]
2016-06-18 19:21:46 +02:00
type = filesystem
path = ~/.calendars/
fileext = .ics
2016-06-21 15:32:47 +02:00
[storage calendars_remote]
2016-06-18 19:21:46 +02:00
type = caldav
url = "https://radicale.gebner.org/gebner/"
username = gebner
password = esyscmd(`pass 2b7e.org/mail.gebner.org | head -n1')
2016-06-21 15:32:47 +02:00
[pair contacts]
a = contacts_local
b = contacts_remote
2016-06-18 19:21:46 +02:00
conflict_resolution = b wins
collections = ["from b"]
2016-06-21 15:32:47 +02:00
[storage contacts_local]
2016-06-18 19:21:46 +02:00
type = filesystem
path = ~/.contacts/
fileext = .vcf
2016-06-21 15:32:47 +02:00
[storage contacts_remote]
2016-06-18 19:21:46 +02:00
type = carddav
url = "https://radicale.gebner.org/gebner/"
username = gebner
password = esyscmd(`pass 2b7e.org/mail.gebner.org | head -n1')