On Mon, 2011-07-11 at 15:06 +0100, Andy Gould wrote:
gboolean eas_sync_handler_sync_folder_hierarchy(EasSyncHandler* self,
const gchar *sync_key,
gchar **sync_key_out,
GSList **folders_created,
GSList **folders_updated,
GSList **folders_deleted,
GError **error);
if you need to use multiple folders, but I've not given it much testing
- it should be the same as the mail version though, so should work ok.
Except that it'll screw the mail version over because it'll reset the
sync key that the *mailer* was using to keep track of folders.
We are going to have to move the folder synchronisation into the dæmon,
and offer a way to query the *current* folder list. The above API isn't
something that Patrick should plan to use, as discussed already.
--
dwmw2