On Tue, 2008-03-18 at 11:34 +0100, Matthias Braun wrote: > I just started developing a custom addressbook(1) backend and have a few > questions regarding the API. First I wonder about the functions > get_contact_list, get_contact and get_changes. They don't seem to be > used by evolution. Are there applications around that use them?
Yes. SyncEvolution[1] uses them. If you want to run automated tests against your new backend, then you can compile and configure SyncEvolution so that its "client-test Client::Source::vcard30" test accesses it - you have to set the "evolutionsource" property in the configs. See the HACKING document in the SyncEvolution distribution for details. [1] http://www.estamos.de/projects/SyncML/ -- Bye, Patrick Ohly -- [EMAIL PROTECTED] http://www.estamos.de/ _______________________________________________ Evolution-hackers mailing list [email protected] http://mail.gnome.org/mailman/listinfo/evolution-hackers
