From: matthias j. <jah...@fr...> - 2006-06-20 21:16:29
|
Am Dienstag, 20. Juni 2006 20:52 schrieb Jan Kl=F6tzke: > the problem is related to the syncml plugin. The problem is that it is > statically configured to accept contacts, events, todos and notes. > Referring to the logs that you provided only a contact session is created > but opensync forwards the file as note, which is then rejected by the > syncml plugin. > > Currently for me I patched the syncml plugin. Just comment out the > following lines at the end of syncml_plugin.c, recompile and install: > > /* > osync_plugin_accept_objtype(info, "note"); > osync_plugin_accept_objformat(info, "note", "plain", "clean"); > osync_plugin_set_batch_commit_objformat(info, "note", "plain", > batch_commit); */ That looks like the same problem i want to solve with my kdepim-sync patch. http://www.opensync.org/attachment/ticket/208/exp.patch tries to disable notes, contacts, calendar and todo using xml switches. maybe we should look at all plugins in this way ... and find a more general= =20 solution. (http://www.opensync.org/wiki/SelectiveSyncRequirements) Matthias =20 |