Thanks to Christian Kellner for pointing out these bugs (and submitting
authorJeffrey Stedfast <fejj@ximian.com>
Thu, 17 Jun 2004 16:13:47 +0000 (16:13 +0000)
committerJeffrey Stedfast <fejj@src.gnome.org>
Thu, 17 Jun 2004 16:13:47 +0000 (16:13 +0000)
commitb76d31b4fa477e91c392fbb07e13c5176f321b78
tree854538489558f3841bb952b6ff87a950a39d5730
parent5aa6119d6084497667d4c5f3351996b56c7d9989
Thanks to Christian Kellner for pointing out these bugs (and submitting

2004-06-17  Jeffrey Stedfast  <fejj@ximian.com>

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.
camel/ChangeLog
camel/camel-service.c