From: Stefan S. <ste...@we...> - 2005-09-07 15:57:58
|
Hi, after checking the tracelogs I've figuered out that the standard config file "src/synce-plugin" from the SynCE plugin is wrong resp. not compatible with the "src/synce_conf.c": Shouldn't "src/synce-plugin" be as follows: <config> <contact></contact> <todos></todos> <calendar></calendar> <files> <dir></dir> </files> </config> Current "src/synce-plugin" is: <config> <contacts></contacts> <todos></todos> <cal></cal> <files> <dir></dir> </files> </config> I've changed this at least to my config files and now syncing from ce device to evo2 or file-sync does something. Regards, Stefan |