|
From: Chris F. <cd...@fo...> - 2011-01-17 11:16:34
|
On Sun, Jan 16, 2011 at 10:51:40PM +0100, deloptes wrote: > Thanks for replaying so fast. I use the akonadi engine or kontacts to create > two address books and sync them. Revision is applied to each side > separately. So it works in most cases. It would be better to apply some > kind of content check i.e. in slow sync but I guess it is done internally > anyway. In slow sync, you have to send all the data anyway, so revision shouldn't matter. You'll just set them all to whatever means "clean state." > I can not remember what the anchor was good for and also if it would be > useful in this plugin. I think I remember to have read something about the > slow sync ... but if something needs to be changes, my plan for such > changes is, to be done later. Anchor, which was renamed to state_db, is juse a key/value storage mechanism for the plugins. It can be used for anything. Only use it if you need it. - Chris |