diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-07-11 00:04:07 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-07-11 00:04:07 +0800 |
commit | 6130dbd266d1c654bdc0f9be77e8694d2d22c95f (patch) | |
tree | e819186aeb19be3138ca0ce5bb631fee2c019474 /mail/ChangeLog | |
parent | ebc2413c5c4350651a7753a31c2cf1b70f297ce5 (diff) | |
download | gsoc2013-evolution-6130dbd266d1c654bdc0f9be77e8694d2d22c95f.tar.gz gsoc2013-evolution-6130dbd266d1c654bdc0f9be77e8694d2d22c95f.tar.zst gsoc2013-evolution-6130dbd266d1c654bdc0f9be77e8694d2d22c95f.zip |
Make sure that the reply-to addr i non-NULL before trying to add it to the
2001-07-10 Jeffrey Stedfast <fejj@ximian.com>
* mail-callbacks.c (mail_generate_reply): Make sure that the
reply-to addr i non-NULL before trying to add it to the hash
table.
svn path=/trunk/; revision=10953
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 d7921ae553..61bdbcd0f6 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2001-07-10 Jeffrey Stedfast <fejj@ximian.com> + + * mail-callbacks.c (mail_generate_reply): Make sure that the + reply-to addr i non-NULL before trying to add it to the hash + table. + 2001-07-09 JP Rosevear <jpr@ximian.com> * mail-account-gui.c (get_focused_widget): fix typo so it compiles |