comparison example.cfg @ 98:fe3bfabf0b5f

Rename settings dest_* and source_* to dst_* and src_* respectively.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 06 Oct 2016 15:49:05 +0300
parents 6e8e3695cfaa
children f45115bfb17a
comparison
equal deleted inserted replaced
97:524915af5e87 98:fe3bfabf0b5f
11 11
12 ### 12 ###
13 ### Calendar settings 13 ### Calendar settings
14 ### 14 ###
15 # Regular expression to match the SOURCE calendars by name 15 # Regular expression to match the SOURCE calendars by name
16 #source_regex = ^R:\s*(.*?)\s*\(\s*(.+?)\s*\)\s*$ 16 #src_regex = ^R:\s*(.*?)\s*\(\s*(.+?)\s*\)\s*$
17 17
18 # Mapping of source regexp submatches 18 # Mapping of source regexp submatches
19 #source_regmap = 1, 2 19 #src_regmap = 1, 2
20 20
21 # Destination calendar name (MUST match dest_regex) 21 # Destination calendar name (MUST match dst_regex)
22 dest_name = Raahen kansainvälisyystoiminta [{0}] 22 dst_name = Raahen kansainvälisyystoiminta [{0}]
23 23
24 # Destination calendar name regexp (or use dest_id) 24 # Destination calendar name regexp (or use dst_id)
25 dest_regex = ^Raahen kansainvälisyystoiminta 25 dst_regex = ^Raahen kansainvälisyystoiminta
26 26
27 # Destination calendar ID (not needed if dest_regex is set) 27 # Destination calendar ID (not needed if dst_regex is set)
28 #dest_id = 28 #dst_id =
29 29
30 30
31 ### 31 ###
32 ### E-mail settings 32 ### E-mail settings
33 ### 33 ###