View Single Post
Posts: 18 | Thanked: 7 times | Joined on Sep 2009 @ Brazil
#94
I just looked at the source code and found out where the problem is.
Code:
import evolution
addresses = evolution.ebook.open_addressbook('default')
contacts = addresses.get_all_contacts()
If I run the code above, I don't get all of my contacts back. So, for some reason these "special" contacts can't be seen by the evolution API. I did find a workaround, however: I just need to open and save the contact to make it local and seen by evolution and, consequently, Hermes.
But I still think that this deserves a closer look.