From 5cf01dc46e0f95d9b327bcf67d478548954abbb6 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 2 Nov 2004 20:21:07 +0000 Subject: If namespaces is NULL, return the default folder delim ('/'). 2004-11-02 Jeffrey Stedfast * providers/imap4/camel-imap4-utils.c (camel_imap4_get_path_delim): If namespaces is NULL, return the default folder delim ('/'). svn path=/trunk/; revision=27803 --- camel/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index 6422ecd063..455c704c5a 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,9 @@ 2004-11-02 Jeffrey Stedfast + * providers/imap4/camel-imap4-utils.c + (camel_imap4_get_path_delim): If namespaces is NULL, return the + default folder delim ('/'). + * providers/imap4/camel-imap4-stream.c (camel_imap4_stream_literal): Update stream->inptr after fetching the literal chunk. -- cgit