diff options
author | Chris Toshok <toshok@ximian.com> | 2004-04-10 01:30:58 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2004-04-10 01:30:58 +0800 |
commit | 16b7fae670745f3dc7b8858e50dc08f7778f5b09 (patch) | |
tree | 2761add580f5f051916b63d8a3d81f52c9ccfeae /mail/ChangeLog | |
parent | 65ea752b795545b15ecf68bd4835c27d05f58be1 (diff) | |
download | gsoc2013-evolution-16b7fae670745f3dc7b8858e50dc08f7778f5b09.tar.gz gsoc2013-evolution-16b7fae670745f3dc7b8858e50dc08f7778f5b09.tar.zst gsoc2013-evolution-16b7fae670745f3dc7b8858e50dc08f7778f5b09.zip |
use e_destination_export_to_vcard_attribute instead of exporting to xml,
2004-04-09 Chris Toshok <toshok@ximian.com>
* importers/pine-importer.c (import_contact): use
e_destination_export_to_vcard_attribute instead of exporting to
xml, and use e_contact_set_attributes.
* em-utils.c (em_utils_camel_address_to_destination):
EABDestination -> EDestination.
(reply_get_composer): same
(post_reply_to_message): same.
* em-composer-utils.c (ask_confirm_for_unwanted_html_mail):
EABDestination -> EDestination.
(composer_get_message): same.
svn path=/trunk/; revision=25392
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 8e22a1277b..50c773abc0 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,18 @@ +2004-04-09 Chris Toshok <toshok@ximian.com> + + * importers/pine-importer.c (import_contact): use + e_destination_export_to_vcard_attribute instead of exporting to + xml, and use e_contact_set_attributes. + + * em-utils.c (em_utils_camel_address_to_destination): + EABDestination -> EDestination. + (reply_get_composer): same + (post_reply_to_message): same. + + * em-composer-utils.c (ask_confirm_for_unwanted_html_mail): + EABDestination -> EDestination. + (composer_get_message): same. + 2004-04-09 Radek Doulik <rodo@ximian.com> * em-format-html.c (efh_format_headers): add width=16 height=16 to |