aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-05-25 06:43:31 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-05-25 06:43:31 +0800
commit34d05a6f6f0faefb5dffa2970cc6624ef886beb0 (patch)
tree219ff1a351fdeeccfd3612edb4f8412035a38d8d /camel/ChangeLog
parentf1e6e913a674ce5deb47611a3d1d2ed3047a644c (diff)
downloadgsoc2013-evolution-34d05a6f6f0faefb5dffa2970cc6624ef886beb0.tar
gsoc2013-evolution-34d05a6f6f0faefb5dffa2970cc6624ef886beb0.tar.gz
gsoc2013-evolution-34d05a6f6f0faefb5dffa2970cc6624ef886beb0.tar.bz2
gsoc2013-evolution-34d05a6f6f0faefb5dffa2970cc6624ef886beb0.tar.lz
gsoc2013-evolution-34d05a6f6f0faefb5dffa2970cc6624ef886beb0.tar.xz
gsoc2013-evolution-34d05a6f6f0faefb5dffa2970cc6624ef886beb0.tar.zst
gsoc2013-evolution-34d05a6f6f0faefb5dffa2970cc6624ef886beb0.zip
Helps if we allocate enough space here. Also, start smoking the same
2002-05-24 Jeffrey Stedfast <fejj@ximian.com> * providers/imap/camel-imap-folder.c (content_info_get_part_spec): Helps if we allocate enough space here. Also, start smoking the same purple flavoured IMAP crack when counting parts (parts don't count if their parent part is a message/* part with a parent part). Fixes bug #25260. svn path=/trunk/; revision=17014
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 9a7563608d..4420b1fde2 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,13 @@
2002-05-24 Jeffrey Stedfast <fejj@ximian.com>
+ * providers/imap/camel-imap-folder.c (content_info_get_part_spec):
+ Helps if we allocate enough space here. Also, start smoking the
+ same purple flavoured IMAP crack when counting parts (parts don't
+ count if their parent part is a message/* part with a parent
+ part). Fixes bug #25260.
+
+2002-05-24 Jeffrey Stedfast <fejj@ximian.com>
+
* providers/imap/camel-imap-command.c (imap_read_untagged): Use
the new readline function.