aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorPeter Williams <peterw@ximian.com>2001-07-10 02:40:56 +0800
committerPeter Williams <peterw@src.gnome.org>2001-07-10 02:40:56 +0800
commit50813793c3393e70f5b3c46a7541c26d0e9d9c14 (patch)
treecf791edeeb09940dfd9e82e9487c34e9de17891a /mail/ChangeLog
parentd65e0ecb7eef41153f53e40d2c3cde44a4f3327d (diff)
downloadgsoc2013-evolution-50813793c3393e70f5b3c46a7541c26d0e9d9c14.tar
gsoc2013-evolution-50813793c3393e70f5b3c46a7541c26d0e9d9c14.tar.gz
gsoc2013-evolution-50813793c3393e70f5b3c46a7541c26d0e9d9c14.tar.bz2
gsoc2013-evolution-50813793c3393e70f5b3c46a7541c26d0e9d9c14.tar.lz
gsoc2013-evolution-50813793c3393e70f5b3c46a7541c26d0e9d9c14.tar.xz
gsoc2013-evolution-50813793c3393e70f5b3c46a7541c26d0e9d9c14.tar.zst
gsoc2013-evolution-50813793c3393e70f5b3c46a7541c26d0e9d9c14.zip
Check for an exception and print it. Call done anyway.
2001-07-09 Peter Williams <peterw@ximian.com> * mail-ops.c (get_folderinfo_got): Check for an exception and print it. Call done anyway. (do_update_subfolders): Check for NULL info. svn path=/trunk/; revision=10924
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 031095076b..68d75e100e 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,11 @@
2001-07-09 Peter Williams <peterw@ximian.com>
+ * mail-ops.c (get_folderinfo_got): Check for an exception and print it.
+ Call done anyway.
+ (do_update_subfolders): Check for NULL info.
+
+2001-07-09 Peter Williams <peterw@ximian.com>
+
* mail-config.c (mail_config_write): Some NULL protection for our strings:
pgp_key, html_signature, smime_key. Probably we should do this for all
strings. Either that or change Bonobo Config.