diff options
author | Jeffrey Stedfast <fejj@novell.com> | 2004-11-13 04:51:57 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-11-13 04:51:57 +0800 |
commit | bd39db6ddffe07d00d4a04f18c9b5dfc2abeee42 (patch) | |
tree | 3df2206841907901a8f1331c568397bf7d2382db /camel/ChangeLog | |
parent | ae7b8c3242c45fe5ab51bbd1e948a4161b5092c0 (diff) | |
download | gsoc2013-evolution-bd39db6ddffe07d00d4a04f18c9b5dfc2abeee42.tar.gz gsoc2013-evolution-bd39db6ddffe07d00d4a04f18c9b5dfc2abeee42.tar.zst gsoc2013-evolution-bd39db6ddffe07d00d4a04f18c9b5dfc2abeee42.zip |
Init appended_uid value to NULL
2004-11-12 Jeffrey Stedfast <fejj@novell.com>
* providers/imap4/camel-imap4-folder.c (imap4_append_message):
Init appended_uid value to NULL
svn path=/trunk/; revision=27907
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 3343c96247..77164682e5 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,8 @@ 2004-11-12 Jeffrey Stedfast <fejj@novell.com> + * providers/imap4/camel-imap4-folder.c (imap4_append_message): + Init appended_uid value to NULL + * providers/imap4/camel-imap4-engine.c (engine_parse_namespace): Properly handle NILs for the namespace separator (somehow I missed this, silly me). |