aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-06-21 06:07:48 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-06-21 06:07:48 +0800
commitde2f05a152535e1b16f095906851c2aad9d1e32d (patch)
tree72573c897997ed066f8ba6ad2fbc4c43861552f3 /camel/ChangeLog
parent051c089b48326a515cd832747ba6d383cbf05b90 (diff)
downloadgsoc2013-evolution-de2f05a152535e1b16f095906851c2aad9d1e32d.tar
gsoc2013-evolution-de2f05a152535e1b16f095906851c2aad9d1e32d.tar.gz
gsoc2013-evolution-de2f05a152535e1b16f095906851c2aad9d1e32d.tar.bz2
gsoc2013-evolution-de2f05a152535e1b16f095906851c2aad9d1e32d.tar.lz
gsoc2013-evolution-de2f05a152535e1b16f095906851c2aad9d1e32d.tar.xz
gsoc2013-evolution-de2f05a152535e1b16f095906851c2aad9d1e32d.tar.zst
gsoc2013-evolution-de2f05a152535e1b16f095906851c2aad9d1e32d.zip
Implemented. (imap_sync): Added code to set flags on messages that have
2000-06-20 Jeffrey Stedfast <fejj@helixcode.com> * providers/imap/camel-imap-folder.c (imap_set_message_flags): Implemented. (imap_sync): Added code to set flags on messages that have had their flags changed (however I #if'd it out until we are more confidant in the IMAP code :) svn path=/trunk/; revision=3652
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index baed02d1f8..c078eb8fa0 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -6,6 +6,10 @@
(imap_free_summary): Don't do anything here.
(imap_finalize): Free the summary here instead of in
imap_free_summary().
+ (imap_set_message_flags): Implemented
+ (imap_sync): Added code to set flags on messages that have had
+ their flags changed (however I #if'd it out until we are more
+ confidant in the IMAP code :)
* camel-url.c (check_equal): No need to check s1 if s2 is NULL
(camel_url_equal): Don't check the passwd component of the url.