diff options
author | Jon Trowbridge <trow@ximian.com> | 2001-10-02 12:33:47 +0800 |
---|---|---|
committer | Jon Trowbridge <trow@src.gnome.org> | 2001-10-02 12:33:47 +0800 |
commit | 27c2f5dd5d2c88e8d7de49223f59354b606a5b2d (patch) | |
tree | 68e6274b980cb49d7607efd7f43b9af2c0c42bc3 /mail/ChangeLog | |
parent | 40c8393cd7b784b3c1bdd06e91cd6049ddb13e6a (diff) | |
download | gsoc2013-evolution-27c2f5dd5d2c88e8d7de49223f59354b606a5b2d.tar.gz gsoc2013-evolution-27c2f5dd5d2c88e8d7de49223f59354b606a5b2d.tar.zst gsoc2013-evolution-27c2f5dd5d2c88e8d7de49223f59354b606a5b2d.zip |
Make sure we aren't dealing with a pathological message w/o a From:
2001-10-01 Jon Trowbridge <trow@ximian.com>
* mail-display.c (on_url_requested): Make sure we aren't dealing
with a pathological message w/o a From: header.
(ebook_callback): Properly check that the address we queried
matches the address on the current message. (Bug #10038)
svn path=/trunk/; revision=13295
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index a5bcf0062d..d2819f162a 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2001-10-01 Jon Trowbridge <trow@ximian.com> + + * mail-display.c (on_url_requested): Make sure we aren't dealing + with a pathological message w/o a From: header. + (ebook_callback): Properly check that the address we queried + matches the address on the current message. (Bug #10038) + 2001-10-01 Iain Holmes <iain@ximian.com> * component-factory.c (component_factory_init): Check for errors. |