GNOME Bugzilla – Bug 672899
Renaming Google address book group doesn't propagate to Evo category
Last modified: 2013-07-29 14:03:43 UTC
From bug #663324, comment #30: > Case 19) When a group is renamed in Google, the change is not propagated to > Evolution
Is this still true, supposing we are at 3.8 now?
From a quick test, yes, this is still a bug.
Thanks for the confirmation. I also managed to reproduce it, but I'm not sure whether there is anything to be done. Is the GData return the "rename" record? The contacts didn't change as such, from the GMail point of view, right?
I need to investigate further and see what Google actually send us. The code currently downloads the list of changed groups every time it refreshes, so hopefully something can be done with that.
That's OK, I will look on this, I rather asked for hints before I dive into it. Of course, unless you've a preference to look on it yourself (I'd like to free few cycles for you).
Created attachment 250370 [details] [review] eds patch for evolution-data-server; This begins to store Google groups into local cache, and if any name of them changes, then the whole book is redownloaded. As we spoke on IRC, it might not be a problem, because group rename is not an often operation. Trying to sync differences in the contacts locally might be too complicated code, and quite tricky.
Created commit 0f59394 in eds master (3.9.90+) Created commit 3c9993e in eds gnome-3-8 (3.8.5+)