aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-09-14 06:39:09 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-09-14 06:39:09 +0800
commit53874f60c6bd9b14f14e614b5959de85b0aa4a72 (patch)
tree313214495fb3afa2e04c6db63ea3719f581e61ce /camel/ChangeLog
parent05cc233af13c41610e0f9460702c6d0a955b29f4 (diff)
downloadgsoc2013-evolution-53874f60c6bd9b14f14e614b5959de85b0aa4a72.tar
gsoc2013-evolution-53874f60c6bd9b14f14e614b5959de85b0aa4a72.tar.gz
gsoc2013-evolution-53874f60c6bd9b14f14e614b5959de85b0aa4a72.tar.bz2
gsoc2013-evolution-53874f60c6bd9b14f14e614b5959de85b0aa4a72.tar.lz
gsoc2013-evolution-53874f60c6bd9b14f14e614b5959de85b0aa4a72.tar.xz
gsoc2013-evolution-53874f60c6bd9b14f14e614b5959de85b0aa4a72.tar.zst
gsoc2013-evolution-53874f60c6bd9b14f14e614b5959de85b0aa4a72.zip
Do error-checking based on function return values rather than exceptions
2001-09-13 Jeffrey Stedfast <fejj@ximian.com> * providers/local/camel-mbox-folder.c (mbox_append_message): Do error-checking based on function return values rather than exceptions as it's possible for them to be NULL. (mbox_get_message): Same. svn path=/trunk/; revision=12814
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 3a184b28db..b4b8ef8338 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,10 @@
2001-09-13 Jeffrey Stedfast <fejj@ximian.com>
+ * providers/local/camel-mbox-folder.c (mbox_append_message): Do
+ error-checking based on function return values rather than
+ exceptions as it's possible for them to be NULL.
+ (mbox_get_message): Same.
+
* providers/imap/camel-imap-folder.c (imap_append_offline): Pass
an exception to the cache.
(imap_append_online): Same.