aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-08-23 07:43:31 +0800
committerDan Winship <danw@src.gnome.org>2000-08-23 07:43:31 +0800
commitc1231cdf52524bfc75cfce86524e8427bbdee6f4 (patch)
treec855f043a89144093eca3f2b6299c5d8a1d451bd /camel/ChangeLog
parente7162253689b6ff07527ade63acd6adfbbb57f26 (diff)
downloadgsoc2013-evolution-c1231cdf52524bfc75cfce86524e8427bbdee6f4.tar
gsoc2013-evolution-c1231cdf52524bfc75cfce86524e8427bbdee6f4.tar.gz
gsoc2013-evolution-c1231cdf52524bfc75cfce86524e8427bbdee6f4.tar.bz2
gsoc2013-evolution-c1231cdf52524bfc75cfce86524e8427bbdee6f4.tar.lz
gsoc2013-evolution-c1231cdf52524bfc75cfce86524e8427bbdee6f4.tar.xz
gsoc2013-evolution-c1231cdf52524bfc75cfce86524e8427bbdee6f4.tar.zst
gsoc2013-evolution-c1231cdf52524bfc75cfce86524e8427bbdee6f4.zip
use BODY.PEEK, not BODY, so we don't set the message \Seen.
* providers/imap/camel-imap-folder.c (imap_protocol_get_summary_specifier): use BODY.PEEK, not BODY, so we don't set the message \Seen. svn path=/trunk/; revision=4970
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 9204c85941..4bfae9b009 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,9 @@
+2000-08-22 Dan Winship <danw@helixcode.com>
+
+ * providers/imap/camel-imap-folder.c
+ (imap_protocol_get_summary_specifier): use BODY.PEEK, not BODY, so
+ we don't set the message \Seen.
+
2000-08-22 Christopher James Lahey <clahey@helixcode.com>
* providers/pop3/camel-pop3-store.c: Fixed a small warning.