aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 61bdbcd0f6..2217107702 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,12 @@
2001-07-10 Jeffrey Stedfast <fejj@ximian.com>
+ * mail-config.c (mail_config_write_on_exit): Use
+ bonobo_config_set_string_wrapper.
+ (mail_config_write): Same.
+ (bonobo_config_set_string_wrapper): Macro wrapping
+ bonobo_config_set_string that passes "" as the val if the val is
+ NULL.
+
* 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.