syncevolution/src
Zhu, Yongsheng c0e51e311a syncclient config: disable anchors checking for ZYB(MB#8138)
ZYB may send mismatched anchors though
there is no mistake between two syncs. If client
checks anchor, then a slow sync will be initiated.

So, synthesis adds an element 'lenientmode' in
'remoterule' to provide capability of disabling
or enabling anchors checking. Disable this kind
of checking for ZYB.
2009-12-01 21:45:42 +01:00
..
backends FileSyncSource: use x-vcalendar instead of x-calendar 2009-11-30 11:44:38 +01:00
dbus syncevo-server.c: detach_cb unused compiler warning 2009-11-30 21:22:10 +01:00
gdbus gdbus-cxx: header file must be distributed 2009-11-30 19:41:00 +01:00
gtk-ui gtk-ui: remove unused function + variable 2009-11-30 14:33:00 +02:00
syncevo shared config + templates: must share global properties 2009-12-01 21:40:01 +01:00
templates installation: templates now in $(datadir)/syncevolution/templates (MB #7808) 2009-11-27 14:43:22 +01:00
.cvsignore test for copying via server now transmits testVCard.vcf and also compares against it 2006-03-18 13:35:23 +00:00
async.patch patch switches to async version of the Evolution API 2007-02-22 19:33:21 +00:00
client-test-app.cpp client-test: create new configs in @client-test-[12] 2009-11-25 17:19:41 +01:00
CmdlineSyncClient.cpp sync source handling: implemented per-source property filtering, Cmdline uses it 2009-10-07 18:10:00 +02:00
CmdlineSyncClient.h sync source handling: implemented per-source property filtering, Cmdline uses it 2009-10-07 18:10:00 +02:00
Makefile-gen.am fixed reading templates from file (MB #8335) 2009-12-01 21:40:01 +01:00
org.syncevolution.service.in fix D-Bus .service file (needed for d-Bus autostart) 2009-11-16 19:07:27 +02:00
README.h added missing copyright and license headers 2009-05-11 16:31:17 +02:00
README.templates Merge remote branch 'origin/syncevolution-0-9-branch' 2009-11-30 21:41:53 +01:00
shlibs.local reverted to 0.7 packaging 2008-07-03 19:56:15 +00:00
sunbird_client.xml use Synthesis SDK to run a sync session 2009-03-25 14:43:32 +01:00
syncclient_sample_config.xml syncclient config: disable anchors checking for ZYB(MB#8138) 2009-12-01 21:45:42 +01:00
syncevo-dbus-server.cpp syncevo-dbus-server: GetConfig() and check for existing config 2009-12-01 15:06:32 +01:00
syncevolution.cpp sync source handling: implemented per-source property filtering, Cmdline uses it 2009-10-07 18:10:00 +02:00
valgrind.supp first working version of SyncSource for Evolution contacts (requires Sync4j C++ API 2.0, not currently available) 2005-11-05 22:04:33 +00:00

The configuration templates in "templates" get installed into
$(datadir)/syncevolution/templates.

When adding/changing a new server, then only enter the properties
which need to be changed here so that the default values can
be used for the remaining properties.

An icon can be added here for servers. The file name must start with
"icon".

Server configurations must be kept in sync in three different places:
- here (if a server is installed as files)
- in SyncEvolutionConfig.cpp's EvolutionSyncConfig::createServerTemplate()
- in SyncEvolutionCmdline.cpp's test server configs
- in test/test-dbus.py testGetConfigsTemplates()

Note that server icons must come with a suitable license that allows
redistribution.