|
From: Chris F. <cd...@fo...> - 2011-01-16 19:11:55
|
On Sun, Jan 16, 2011 at 07:44:16PM +0100, deloptes wrote: > Chris Frey wrote: > > > You can grep the code for "FilterCategory" and follow the trail. > > Looks like it is used to limit what categories of data are synced. > > Some handheld devices can sort their contacts and events into > > subcategories. > > does it have to be filled out? When I looked at the code briefly the other day, it seemed to take this configuration and load it into a list, and then it would check the list periodically during the sync. I think there was a function, "hasCategory()" or something in the process. Grep through the code, and I'm sure you'll find it, starting with "FilterCategory" and proceeding backward. I'm assuming "hasCategory()" is where the answer will be (I'm not sure of the spelling/capitalizaion of the function anymore). - Chris |