From f105a271f1474200497a98966586d647c9b851a3 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 17 Jun 2004 14:24:28 +0000 Subject: Only ignore if (tag & CAMEL_ARG_TAG) == CAMEL_ARG_IGNORE, not if (tag & 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. svn path=/trunk/; revision=26387 --- camel/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index 447a1cc93f..de5a6638f9 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +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. + 2004-06-16 Jeffrey Stedfast * providers/imap4/camel-imap4-folder.c (imap4_refresh_info): Only -- cgit v1.2.3