aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@novell.com>2004-06-05 03:10:15 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-06-05 03:10:15 +0800
commita4f3321ccbeb606a113261062914d5e42dc61aed (patch)
treeb6b6c76b92028683bb62ec0794a6d51fddab0b55 /camel/ChangeLog
parent9b0724a24a8dd79139c161ebe341235ef3d65b6b (diff)
downloadgsoc2013-evolution-a4f3321ccbeb606a113261062914d5e42dc61aed.tar
gsoc2013-evolution-a4f3321ccbeb606a113261062914d5e42dc61aed.tar.gz
gsoc2013-evolution-a4f3321ccbeb606a113261062914d5e42dc61aed.tar.bz2
gsoc2013-evolution-a4f3321ccbeb606a113261062914d5e42dc61aed.tar.lz
gsoc2013-evolution-a4f3321ccbeb606a113261062914d5e42dc61aed.tar.xz
gsoc2013-evolution-a4f3321ccbeb606a113261062914d5e42dc61aed.tar.zst
gsoc2013-evolution-a4f3321ccbeb606a113261062914d5e42dc61aed.zip
Initialise the folder->summary and force an update of the message info
2004-06-04 Jeffrey Stedfast <fejj@novell.com> * providers/imap4/camel-imap4-folder.c (camel_imap4_folder_new): Initialise the folder->summary and force an update of the message info cache by selecting the folder and flushing the updates to the imap4 summary object. * providers/imap4/camel-imap4-store.c (imap4_get_folder_info): Lock the connect_lock before we check if the engine is NULL and after we connect (assuming we need to), initialise the engine pointer again. (imap4_get_folder_info): Doh. Need to escape the "'s in the LIST command string. (imap4_get_folder): Same. svn path=/trunk/; revision=26221
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 67442996ed..d3baec3e57 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,18 @@
2004-06-04 Jeffrey Stedfast <fejj@novell.com>
+ * providers/imap4/camel-imap4-folder.c (camel_imap4_folder_new):
+ Initialise the folder->summary and force an update of the message
+ info cache by selecting the folder and flushing the updates to the
+ imap4 summary object.
+
+ * providers/imap4/camel-imap4-store.c (imap4_get_folder_info):
+ Lock the connect_lock before we check if the engine is NULL and
+ after we connect (assuming we need to), initialise the engine
+ pointer again.
+ (imap4_get_folder_info): Doh. Need to escape the "'s in the LIST
+ command string.
+ (imap4_get_folder): Same.
+
* camel-stream-buffer.c (stream_flush): Fixed to work
properly. After we've flushed the buffer, we want to set sbf->ptr
to sbf->buf, we don't want to do sbf->ptr += written, that'll just