diff options
author | Jon Trowbridge <trow@ximian.com> | 2001-09-27 03:44:47 +0800 |
---|---|---|
committer | Jon Trowbridge <trow@src.gnome.org> | 2001-09-27 03:44:47 +0800 |
commit | 1bb2bd5d721338af2e344b764975c87b2a63540a (patch) | |
tree | 9786220dc7ebba6ab5fb19b3526e20ac2cbb7d98 /mail/ChangeLog | |
parent | 010204b7bf75592bd178c735206331f4f6c23af5 (diff) | |
download | gsoc2013-evolution-1bb2bd5d721338af2e344b764975c87b2a63540a.tar gsoc2013-evolution-1bb2bd5d721338af2e344b764975c87b2a63540a.tar.gz gsoc2013-evolution-1bb2bd5d721338af2e344b764975c87b2a63540a.tar.bz2 gsoc2013-evolution-1bb2bd5d721338af2e344b764975c87b2a63540a.tar.lz gsoc2013-evolution-1bb2bd5d721338af2e344b764975c87b2a63540a.tar.xz gsoc2013-evolution-1bb2bd5d721338af2e344b764975c87b2a63540a.tar.zst gsoc2013-evolution-1bb2bd5d721338af2e344b764975c87b2a63540a.zip |
Decode our URL before extracting the address to pop up contact info.
2001-09-26 Jon Trowbridge <trow@ximian.com>
* mail-display.c (html_button_press_event): Decode our URL before
extracting the address to pop up contact info.
* mail-format.c (write_address): When writing out a mailto: link,
make sure we construct a valid URL w/ correct encoding. Make sure
our address is properly quoted, if necessary.
svn path=/trunk/; revision=13160
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index df2e021409..6f39f5d053 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,12 @@ +2001-09-26 Jon Trowbridge <trow@ximian.com> + + * mail-display.c (html_button_press_event): Decode our URL before + extracting the address to pop up contact info. + + * mail-format.c (write_address): When writing out a mailto: link, + make sure we construct a valid URL w/ correct encoding. Make sure + our address is properly quoted, if necessary. + 2001-09-26 Dan Winship <danw@ximian.com> * mail-folder-cache.c: Add a big comment explaining unread message |