Bug 619347 - Return formatted address in e_destination_get_address
authorDavid Ayers <ayers@fsfe.org>
Thu, 20 May 2010 16:04:57 +0000 (18:04 +0200)
committerMatthew Barnes <mbarnes@redhat.com>
Sat, 5 Jun 2010 23:46:18 +0000 (19:46 -0400)
commitdb8c986c4f06f0cb57de9bfa6982b4e78f0bb32a
treecbba7237aee9d4e5f7cbec7fa0273c6f74e1b926
parent506d8e88ab8c28f052697127fb6ccdcc5a44649a
Bug 619347 - Return formatted address in e_destination_get_address

The documentation of this method claims to return the formatted name
yet it previously encoded them in quotable strings.  This patch fixes
this which results in strings containing non ASCII chracters to be
rendered correctly in the UI.  This also changes the vCard output but
vCard 3.0 specifies that quotable-printable inline ecnodings have been
eliminated.  In any case this quoting should be handled in
e_destination_export_to_vcard_attribute instead.
addressbook/libebook/e-destination.c