view 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
line wrap: on
line source

[gcm]
###
### Logging/debugging
###
# Enable debug messages
#debug = on

# Log level "CRITICAL", "ERROR", "WARNING", "INFO", "DEBUG"
#logging_level = debug


###
### Calendar settings
###
# Regular expression to match the SOURCE calendars by name
#src_regex = ^R:\s*(.*?)\s*\(\s*(.+?)\s*\)\s*$

# Mapping of source regexp submatches
#src_regmap = 1, 2

# Destination calendar name (MUST match dst_regex)
dst_name = Raahen kansainvälisyystoiminta [{0}]

# Destination calendar name regexp (or use dst_id)
dst_regex = ^Raahen kansainvälisyystoiminta

# Destination calendar ID (not needed if dst_regex is set)
#dst_id = 


###
### E-mail settings
###
# Enable/disable sending of e-mail message in case of fatal errors
email = off

# SMTP server for sending mail
#email_server = host[:port]

# SMTP user and password (not encrypted!)
#email_srv_user = username
#email_srv_password = password

# Use TLS
#email_use_tls = no


# Message subject
email_subject = Google Calendar MultiMerge error!

# Sender "From" address
email_sender = multimerge@example.com

# Target "To" addresses. Can be a list, separate with commas ","
email_to = someone@somewhere.com