diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-03-19 01:14:42 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-03-19 01:14:42 +0800 |
commit | 8dcf7b7853b02946ea5e7a5d94b6592781564774 (patch) | |
tree | 21b7d10fd892e9b77578fa4429cf522d55d04e8d /mail/ChangeLog | |
parent | c54e95912887300be6d2145023c5287114c84ac3 (diff) | |
download | gsoc2013-evolution-8dcf7b7853b02946ea5e7a5d94b6592781564774.tar gsoc2013-evolution-8dcf7b7853b02946ea5e7a5d94b6592781564774.tar.gz gsoc2013-evolution-8dcf7b7853b02946ea5e7a5d94b6592781564774.tar.bz2 gsoc2013-evolution-8dcf7b7853b02946ea5e7a5d94b6592781564774.tar.lz gsoc2013-evolution-8dcf7b7853b02946ea5e7a5d94b6592781564774.tar.xz gsoc2013-evolution-8dcf7b7853b02946ea5e7a5d94b6592781564774.tar.zst gsoc2013-evolution-8dcf7b7853b02946ea5e7a5d94b6592781564774.zip |
rfc2047 decode the address here before passing it off to the addressbook
2004-03-18 Jeffrey Stedfast <fejj@ximian.com>
* em-utils.c (em_utils_add_address): rfc2047 decode the address
here before passing it off to the addressbook (which expects it to
be in human-readable form, not encoded). Fixes bug #55591.
svn path=/trunk/; revision=25118
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 40691ec27a..f27d37f484 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2004-03-18 Jeffrey Stedfast <fejj@ximian.com> + + * em-utils.c (em_utils_add_address): rfc2047 decode the address + here before passing it off to the addressbook (which expects it to + be in human-readable form, not encoded). Fixes bug #55591. + 2004-03-18 Not Zed <NotZed@Ximian.com> * mail-account-gui.c (mail_account_gui_new): save the source and |