# name of the source, must match the <source> in
# spds/sources/<source>/config.txt
name = addressbook

# requests a certain synchronization mode:
#   two-way             = only send/receive changes since last sync
#   slow                = exchange all items
#   refresh-from-client = discard all remote items and replace with
#                         the items on the client
#   refresh-from-server = discard all local items and replace with
#                         the items on the server
#   one-way-from-client = transmit changes from client
#   one-way-from-server = transmit changes from server
#   none                = synchronization disabled
sync = two-way

# overrides the supported synchronization modes (at least one must
# be specified)
syncModes = slow,two-way,refresh-from-client,refresh-from-server,one-way-from-client,one-way-from-server

# specifies the format of the data
#
# text/calendar    = Evolution calender data (in iCalendar 2.0 format)
# text/x-todo      = Evolution task data (iCalendar 2.0)
# text/x-journal   = Evolution memos (iCalendar 2.0) - not supported by any
#                    known SyncML server and not actively tested
# text/plain       = Evolution memos in plain text format, UTF-8 encoding,
#                    first line acts as summary
# text/x-vcard     = Evolution contact data in vCard 2.1 format
#                    (works with most servers)
# text/vcard       = Evolution contact data in vCard 3.0 (RFC 2425) format
#                    (internal format of Evolution, preferred with servers
#                    that support it and thus recommended for ScheduleWorld
#                    together with the "card3" uri)
# addressbook      = Mac OS X or iPhone address book
#
# Sending and receiving items in the same format as used by the server for
# the uri selected below is essential. Errors while parsing and/or storing
# items one either client or server can be caused by a mismatch between
# type and uri.
type = text/vcard

# picks one of Evolution's data sources:
# enter either the name or the full URL
#
# To get a full list of available data sources,
# run syncevolution without parameters. The name
# is printed in front of the colon, followed by
# the URL. Usually the name is unique and can be
# used to reference the data source.
evolutionsource = Personal

# this is appended to the server's URL to identify the
# server's database
uri = card3

# authentication for Evolution source
#
# Warning: setting evolutionuser/password in cases where it is not
# needed as with local calendars and addressbooks can cause the
# Evolution backend to hang.
evolutionuser = 
evolutionpassword = 

# used by the SyncML library internally; do not modify
last = 
