# 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 (or disabled) = synchronization disabled sync = two-way # Specifies the SyncEvolution backend and thus the # data which is synchronized by this source. Some # backends can exchange data in multiple formats. # Some of them have a default format that is used # automatically unless specified differently. # Sometimes the format must be specified. # # In all cases the format of this configuration is # [:format] # # Here are some valid examples: # contacts - synchronize address book with default vCard 2.1 format # contacts:text/vcard - address book with vCard 3.0 format # calendar - synchronize events in iCalendar 2.0 format # # 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 on either client or server can be caused by a mismatch between # type and uri. # # Here's the full list of potentially supported backends, # valid values for each of them, and possible # formats. Note that SyncEvolution installations usually # support only a subset of the backends; that's why e.g. # "addressbook" is unambiguous although there are multiple # address book backends. # Currently active: # Evolution Address Book = Evolution Contacts = addressbook = contacts = evolution-contacts # vCard 2.1 (default) = text/x-vcard # vCard 3.0 = text/vcard # The later is the internal format of Evolution and preferred with # servers that support it. One such server is ScheduleWorld # together with the "card3" uri. # Evolution Calendar = calendar = events = evolution-events # always uses iCalendar 2.0 # Evolution Task List = Evolution Tasks = todo = tasks = evolution-tasks # always uses iCalendar 2.0 # Evolution Memos = memo = memos = evolution-memos # plain text in UTF-8 (default) = text/plain # iCalendar 2.0 = text/calendar # The later format is not tested because none of the # supported SyncML servers accepts it. # Files in one directory = file # Stores items in one directory as one file per item. # The directory is selected via [file://]; it # will only be created if the prefix is given, otherwise # it must exist already. Only items of the same type can # be synchronized and this type must be specified explicitly # with both mime type and version. # Examples: # file:text/plain:1.0 # file:text/x-vcard:2.1 # file:text/vcard:3.0 # file:text/x-calendar:1.0 # file:text/calendar:2.0 # # Currently inactive: # SQLite Address Book = addressbook = contacts = sqlite-contacts # vCard 2.1 (default) = text/x-vcard # Mac OS X or iPhone Address Book = addressbook = contacts = apple-contacts # vCard 2.1 (default) = text/x-vcard # vCard 3.0 = text/vcard type = evolution-contacts # Picks one of backend data sources: # enter either the name or the full URL. # Most backends have a default data source, # like for example the system address book. # Not setting this property selects that default # data source. # # 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. The default # data source is marked with after the # URL, if there is a default. evolutionsource = file:///home/user/.osso-abook/db # this is appended to the server's URL to identify the # server's database uri = card3 # authentication for backend data source; password can be specified # in multiple ways, see SyncML server password for details # # Warning: setting evolutionuser/password in cases where it is not # needed, as for example with local Evolution calendars and addressbooks, # can cause the Evolution backend to hang. # evolutionuser = # evolutionpassword = # "b64" enables base64 encoding of outgoing items (not recommended) # encoding =