aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2000-07-01 07:44:14 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-07-01 07:44:14 +0800
commita6186f01e677cf687274f0affd18079a16c65633 (patch)
tree25677e060b3904d97f4da8fa7c3474928a514a28 /camel/ChangeLog
parent3fb1708c2cae2011fd44f1a1fcb953f0e859cc7e (diff)
downloadgsoc2013-evolution-a6186f01e677cf687274f0affd18079a16c65633.tar
gsoc2013-evolution-a6186f01e677cf687274f0affd18079a16c65633.tar.gz
gsoc2013-evolution-a6186f01e677cf687274f0affd18079a16c65633.tar.bz2
gsoc2013-evolution-a6186f01e677cf687274f0affd18079a16c65633.tar.lz
gsoc2013-evolution-a6186f01e677cf687274f0affd18079a16c65633.tar.xz
gsoc2013-evolution-a6186f01e677cf687274f0affd18079a16c65633.tar.zst
gsoc2013-evolution-a6186f01e677cf687274f0affd18079a16c65633.zip
providers/imap/camel-imap-folder.c: added move_message_to()
svn path=/trunk/; revision=3839
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index b5a372a293..1c6e1dae8d 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,8 @@
2000-06-30 Jeffrey Stedfast <fejj@helixcode.com>
+ * providers/imap/camel-imap-folder.c (imap_move_message_to):
+ Implemented.
+
* camel-mime-utils.c (header_decode_date): Wrote some code to try
and un-mangle broken date formats and then parse that new string
instead.