aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@novell.com>2004-11-13 02:28:40 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-11-13 02:28:40 +0800
commitae7b8c3242c45fe5ab51bbd1e948a4161b5092c0 (patch)
tree4b0daba43c8dc8116e4c0108906bc2484ac1c501 /camel/ChangeLog
parent59d538eb71ab45f0aa792f579438fe72e33aa561 (diff)
downloadgsoc2013-evolution-ae7b8c3242c45fe5ab51bbd1e948a4161b5092c0.tar
gsoc2013-evolution-ae7b8c3242c45fe5ab51bbd1e948a4161b5092c0.tar.gz
gsoc2013-evolution-ae7b8c3242c45fe5ab51bbd1e948a4161b5092c0.tar.bz2
gsoc2013-evolution-ae7b8c3242c45fe5ab51bbd1e948a4161b5092c0.tar.lz
gsoc2013-evolution-ae7b8c3242c45fe5ab51bbd1e948a4161b5092c0.tar.xz
gsoc2013-evolution-ae7b8c3242c45fe5ab51bbd1e948a4161b5092c0.tar.zst
gsoc2013-evolution-ae7b8c3242c45fe5ab51bbd1e948a4161b5092c0.zip
Properly handle NILs for the namespace separator (somehow I missed this,
2004-11-12 Jeffrey Stedfast <fejj@novell.com> * providers/imap4/camel-imap4-engine.c (engine_parse_namespace): Properly handle NILs for the namespace separator (somehow I missed this, silly me). svn path=/trunk/; revision=27906
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 6fe3ebbbb9..3343c96247 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,9 @@
+2004-11-12 Jeffrey Stedfast <fejj@novell.com>
+
+ * providers/imap4/camel-imap4-engine.c (engine_parse_namespace):
+ Properly handle NILs for the namespace separator (somehow I missed
+ this, silly me).
+
2004-11-12 Not Zed <NotZed@Ximian.com>
** Merge in notzed-messageinfo-branch, fix some minor conflicts.