aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-08-11 02:11:03 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-08-11 02:11:03 +0800
commit45f6b55148a6e393fa349c11e5c01efa1093c5ac (patch)
tree4a17c0217d4191c9d7388d45317e1c7003b85e7f /camel/ChangeLog
parent04b7488ac8b8ce75a55892adafa309f96be7ef7d (diff)
downloadgsoc2013-evolution-45f6b55148a6e393fa349c11e5c01efa1093c5ac.tar
gsoc2013-evolution-45f6b55148a6e393fa349c11e5c01efa1093c5ac.tar.gz
gsoc2013-evolution-45f6b55148a6e393fa349c11e5c01efa1093c5ac.tar.bz2
gsoc2013-evolution-45f6b55148a6e393fa349c11e5c01efa1093c5ac.tar.lz
gsoc2013-evolution-45f6b55148a6e393fa349c11e5c01efa1093c5ac.tar.xz
gsoc2013-evolution-45f6b55148a6e393fa349c11e5c01efa1093c5ac.tar.zst
gsoc2013-evolution-45f6b55148a6e393fa349c11e5c01efa1093c5ac.zip
Set the total bytes expected to 0 if the response is empty too.
2001-08-10 Jeffrey Stedfast <fejj@ximian.com> * providers/pop3/camel-pop3-folder.c (pop3_get_message_stream): Set the total bytes expected to 0 if the response is empty too. svn path=/trunk/; revision=11885
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index ec92beaee2..ce8fbb2673 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,8 @@
2001-08-10 Jeffrey Stedfast <fejj@ximian.com>
+ * providers/pop3/camel-pop3-folder.c (pop3_get_message_stream):
+ Set the total bytes expected to 0 if the response is empty too.
+
* camel-mime-utils.c (header_raw_check_mailing_list): regfree the
pattern before continue'ing. This was showing up quite a bit under
purify.