aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
author4 <NotZed@Ximian.com>2001-09-25 08:58:34 +0800
committerMichael Zucci <zucchi@src.gnome.org>2001-09-25 08:58:34 +0800
commit35fe068ed2a74a9eee0f52236625d913951a56b0 (patch)
tree8efda09afb96a188bef85ba5614ad97c50bb9c7d /camel/ChangeLog
parent53e4dca70fde21056b85d6d162454f1997e42149 (diff)
downloadgsoc2013-evolution-35fe068ed2a74a9eee0f52236625d913951a56b0.tar
gsoc2013-evolution-35fe068ed2a74a9eee0f52236625d913951a56b0.tar.gz
gsoc2013-evolution-35fe068ed2a74a9eee0f52236625d913951a56b0.tar.bz2
gsoc2013-evolution-35fe068ed2a74a9eee0f52236625d913951a56b0.tar.lz
gsoc2013-evolution-35fe068ed2a74a9eee0f52236625d913951a56b0.tar.xz
gsoc2013-evolution-35fe068ed2a74a9eee0f52236625d913951a56b0.tar.zst
gsoc2013-evolution-35fe068ed2a74a9eee0f52236625d913951a56b0.zip
Set the exception to FOLDER_INVALID rather than making out it worked. A
2001-09-24 <NotZed@Ximian.com> * camel-folder.c (append_message): Set the exception to FOLDER_INVALID rather than making out it worked. A fix for #7025. (search_by_expression): Here too. svn path=/trunk/; revision=13106
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index fc02246f57..bed79fb5d6 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,9 @@
2001-09-24 <NotZed@Ximian.com>
+ * camel-folder.c (append_message): Set the exception to
+ FOLDER_INVALID rather than making out it worked. A fix for #7025.
+ (search_by_expression): Here too.
+
* providers/imap/camel-imap-folder.c (imap_update_summary): In the
'lose' case, free messages, not fetch_data twice!