|
From: Chris F. <cd...@fo...> - 2011-07-14 20:06:24
|
On Thu, Jul 14, 2011 at 12:39:01AM +0200, Daniel Gollub wrote: > On Tuesday, July 12, 2011 11:35:37 PM Chris Frey wrote: > > > Who is wrong? opensync? file-sync? myself :-)? > > > > It took a while, but I finally found the "plain"/"data" objformat > > in the xmlformat plugin, in xmlformat_note_memo.c. Ouch. :-) > > Ouch ... it's also in file-sync/plain.c > > Need to check svn history how it made it to xmlformat_note_memo.c ... Looks like it was just included during development and never used. It is not referenced by the CMakeLists.txt file either, and neither are many of the xmlformat-*.h headers used in the .c code. I've cleaned up the code a bit in my git repos. Thanks for the file-sync plain pointer... looks like that's where it officially resides. Which makes file-sync kind of a required plugin, right? - Chris |