aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2004-06-17 22:24:28 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-06-17 22:24:28 +0800
commitf105a271f1474200497a98966586d647c9b851a3 (patch)
tree9eccd1102061e2544b25e632426b69315bc2a7cf /camel/ChangeLog
parentd8fcdfcb0fa36880cccf35ad7005fcb16e512cd9 (diff)
downloadgsoc2013-evolution-f105a271f1474200497a98966586d647c9b851a3.tar
gsoc2013-evolution-f105a271f1474200497a98966586d647c9b851a3.tar.gz
gsoc2013-evolution-f105a271f1474200497a98966586d647c9b851a3.tar.bz2
gsoc2013-evolution-f105a271f1474200497a98966586d647c9b851a3.tar.lz
gsoc2013-evolution-f105a271f1474200497a98966586d647c9b851a3.tar.xz
gsoc2013-evolution-f105a271f1474200497a98966586d647c9b851a3.tar.zst
gsoc2013-evolution-f105a271f1474200497a98966586d647c9b851a3.zip
Only ignore if (tag & CAMEL_ARG_TAG) == CAMEL_ARG_IGNORE, not if (tag &
2004-06-17 Jeffrey Stedfast <fejj@ximian.com> * 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
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog6
1 files changed, 6 insertions, 0 deletions
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 <fejj@ximian.com>
+
+ * 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 <fejj@ximian.com>
* providers/imap4/camel-imap4-folder.c (imap4_refresh_info): Only