aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-07-11 00:04:07 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-07-11 00:04:07 +0800
commit6130dbd266d1c654bdc0f9be77e8694d2d22c95f (patch)
treee819186aeb19be3138ca0ce5bb631fee2c019474 /mail/ChangeLog
parentebc2413c5c4350651a7753a31c2cf1b70f297ce5 (diff)
downloadgsoc2013-evolution-6130dbd266d1c654bdc0f9be77e8694d2d22c95f.tar
gsoc2013-evolution-6130dbd266d1c654bdc0f9be77e8694d2d22c95f.tar.gz
gsoc2013-evolution-6130dbd266d1c654bdc0f9be77e8694d2d22c95f.tar.bz2
gsoc2013-evolution-6130dbd266d1c654bdc0f9be77e8694d2d22c95f.tar.lz
gsoc2013-evolution-6130dbd266d1c654bdc0f9be77e8694d2d22c95f.tar.xz
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/ChangeLog6
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