After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 572731 - Addresses of Contacts not visible anymore
Addresses of Contacts not visible anymore
Status: RESOLVED OBSOLETE
Product: evolution
Classification: Applications
Component: Contacts
2.24.x (obsolete)
Other All
: Normal normal
: ---
Assigned To: evolution-addressbook-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2009-02-22 12:21 UTC by Hans Krijgsman
Modified: 2011-05-13 08:46 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24


Attachments
test vcard.vcf (399 bytes, text/plain)
2011-05-13 08:45 UTC, Milan Crha
Details

Description Hans Krijgsman 2009-02-22 12:21:30 UTC
Please describe the problem:
The vcards are exported from evolution 2.22 and imported to 2.24. Most of the addresses are not visible anymore in the Contacts Editor of version 2.24. When exporting to a vcard file the addresses are still available. 

When investigating the vcard LABEL and ADDRESS lines there is something different. 

ADR;TYPE=WORK,PREF:;;Address;Someplace;;PO;

LABEL;TYPE=WORK,PREF:Address\nSomeplace\nPO

If one removes the ,PREF type in the vcf file and import it into Evolution. The contact is displayed properly.

The change command : sed -i s/,PREF// ./list20090222.changed.vcf.

The definition of the VCARD 3.0 gives the opportunity to use more than one type in a list. 

If another type addres is changed. The work type address will remain, but still not displayed.

Steps to reproduce:



Actual results:


Expected results:
The Contact Editor should show the address. 

Does this happen every time?
Yes

Other information:
Comment 1 Milan Crha 2011-05-13 08:45:29 UTC
Created attachment 187756 [details]
test vcard.vcf

Thanks for a bug report. I tested this on actual stable, which is 3.0.1, and it works fine. I used this test vCard file. Both contact preview panel and contact editor is showing both addresses, all with PREF type added. Thus this might be fixed meanwhile, between yours 2.24.x and 3.0.x.