aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-12-06 06:20:10 +0800
committerDan Winship <danw@src.gnome.org>2000-12-06 06:20:10 +0800
commit135baf56e4dd8fef807e43ae0c35869bfba50396 (patch)
treea8e17ed9561a525a1e693271c4fd9fda0e07202a /camel/ChangeLog
parent07abeb8b2701792774855c11eddb8590bc9347ee (diff)
downloadgsoc2013-evolution-135baf56e4dd8fef807e43ae0c35869bfba50396.tar
gsoc2013-evolution-135baf56e4dd8fef807e43ae0c35869bfba50396.tar.gz
gsoc2013-evolution-135baf56e4dd8fef807e43ae0c35869bfba50396.tar.bz2
gsoc2013-evolution-135baf56e4dd8fef807e43ae0c35869bfba50396.tar.lz
gsoc2013-evolution-135baf56e4dd8fef807e43ae0c35869bfba50396.tar.xz
gsoc2013-evolution-135baf56e4dd8fef807e43ae0c35869bfba50396.tar.zst
gsoc2013-evolution-135baf56e4dd8fef807e43ae0c35869bfba50396.zip
use BODY.PEEK[] rather than RFC822, so the message doesn't get marked as
* providers/imap/camel-imap-folder.c (imap_get_message): use BODY.PEEK[] rather than RFC822, so the message doesn't get marked as \Seen. svn path=/trunk/; revision=6800
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 0082e38a61..b01b0b3c4f 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,11 @@
2000-12-05 Dan Winship <danw@helixcode.com>
+ * providers/imap/camel-imap-folder.c (imap_get_message): use
+ BODY.PEEK[] rather than RFC822, so the message doesn't get marked
+ as \Seen.
+
+2000-12-05 Dan Winship <danw@helixcode.com>
+
* providers/imap/camel-imap-folder.c (imap_set_message_flags): Fix
the check for "flags aren't actually changing".