kdeplugin is generating rfc compliant vcards, but
"TYPE=" attributes are not handled by the opie plugin.
The records with such attribute are not present on opie
after a sync.
If I filter out the TYPE= strings in the kdeplugin
(s/TYPE=//g) everything is working fine.
TYPE= is optional in vcard2.1, but shoudn't cause
problem if present
--
BPO
Logged In: NO
Odd, the opie-plugin uses libversit of multisync to read the
vcard.
it uses the isAPropertyOf to check properties of a VObject.
It seems that libversit is not capable of handling TYPE=
properly.