From d4549ad01b884201e4f6bd1f34fc39c23abe79a1 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 17 Jun 2004 16:13:47 +0000 Subject: Thanks to Christian Kellner for pointing out these bugs (and submitting 2004-06-17 Jeffrey Stedfast Thanks to Christian Kellner for pointing out these bugs (and submitting the original patch for service_setv) * camel-service.c (service_setv): Don't use (tag & CAMEL_ARG_IGNORE) to determine if we should ignore this tag. CAMEL_ARG_IGNORE is not a bit flag. * providers/imap/camel-imap-store.c (imap_setv): Don't use (tag & CAMEL_ARG_IGNORE) to determine if we should ignore this tag. CAMEL_ARG_IGNORE is not a bit flag. svn path=/trunk/; revision=26392 --- camel/ChangeLog | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index de5a6638f9..6698923e6a 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,8 +1,15 @@ 2004-06-17 Jeffrey Stedfast - * providers/imap/camel-imap-store.c (imap_setv): Only ignore if - (tag & CAMEL_ARG_TAG) == CAMEL_ARG_IGNORE, not if (tag & - CAMEL_ARG_IGNORE) is true. + Thanks to Christian Kellner for pointing out these bugs (and + submitting the original patch for service_setv) + + * camel-service.c (service_setv): Don't use (tag & + CAMEL_ARG_IGNORE) to determine if we should ignore this + tag. CAMEL_ARG_IGNORE is not a bit flag. + + * providers/imap/camel-imap-store.c (imap_setv): Don't use (tag & + CAMEL_ARG_IGNORE) to determine if we should ignore this + tag. CAMEL_ARG_IGNORE is not a bit flag. 2004-06-16 Jeffrey Stedfast -- cgit v1.2.3