From b374485568249c439f17c64f40320902fab37123 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 28 Oct 2004 15:19:57 +0000 Subject: Properly tokenise "\*" as a flag token. Fixes bug #68869. 2004-10-28 Jeffrey Stedfast * providers/imap4/camel-imap4-stream.c (camel_imap4_stream_next_token): Properly tokenise "\*" as a flag token. Fixes bug #68869. svn path=/trunk/; revision=27758 --- camel/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index d3c7904bef..0492cd5b03 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2004-10-28 Jeffrey Stedfast + + * providers/imap4/camel-imap4-stream.c + (camel_imap4_stream_next_token): Properly tokenise "\*" as a flag + token. Fixes bug #68869. + 2004-10-21 Björn Torkelsson * camel-sasl-kerberos4.c: #include "camel-i18n.h" -- cgit