]> git.sur5r.net Git - glabels/commit
Expose all supported fields in vcard backend
authorJim Evins <evins@snaught.com>
Sun, 8 Nov 2009 16:44:20 +0000 (11:44 -0500)
committerJim Evins <evins@snaught.com>
Sun, 8 Nov 2009 16:44:20 +0000 (11:44 -0500)
commit0f07e3243d10acd2343adbc711bee89baf568023
tree0cef3e1c5bfe21d7c7901867928b68579b12d9eb
parent474a40371a2adeadb61ae710c52f5591b7363093
Expose all supported fields in vcard backend

The original version of the vcard merge backend only supported 3 hard-coded
fields.  This modification exposes all supported fields, via the libebook
API.  It also uses the "pretty names" for field names, exactly as the
evolution merge backend does.

An "off-by-one" error in the evolution merge backend has also been fixed --
exposing one more field.
src/merge-evolution.c
src/merge-vcard.c