diff options
author | Dan Winship <danw@src.gnome.org> | 2001-01-12 07:56:50 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-01-12 07:56:50 +0800 |
commit | 2805b11f123c6dbde4417804fc3d1542b9b87269 (patch) | |
tree | 33478bc9cc9661b7f63ccddbecfbdcfd22b80311 /camel/ChangeLog | |
parent | d5bbb1d75d22f87993472fbdd6918164b8427b20 (diff) | |
download | gsoc2013-evolution-2805b11f123c6dbde4417804fc3d1542b9b87269.tar gsoc2013-evolution-2805b11f123c6dbde4417804fc3d1542b9b87269.tar.gz gsoc2013-evolution-2805b11f123c6dbde4417804fc3d1542b9b87269.tar.bz2 gsoc2013-evolution-2805b11f123c6dbde4417804fc3d1542b9b87269.tar.lz gsoc2013-evolution-2805b11f123c6dbde4417804fc3d1542b9b87269.tar.xz gsoc2013-evolution-2805b11f123c6dbde4417804fc3d1542b9b87269.tar.zst gsoc2013-evolution-2805b11f123c6dbde4417804fc3d1542b9b87269.zip |
(imap_copy_message_to): Fix this up: sync flags to the server
before copying so that they end up correct in the remote folder.
And poke the destination folder after doing the copy so it notices
the new message right away.
(imap_move_message_to): Call imap_copy_message_to for most of the
work rather than duplicating the code (since it's much more
complicated now).
svn path=/trunk/; revision=7419
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 3ceb41d676..d46a844e85 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -4,6 +4,13 @@ Fix a bug in previous commit: don't check for deleted messages if there are no known messages in the folder (because it would end up sending "FETCH 0 ..."). + (imap_copy_message_to): Fix this up: sync flags to the server + before copying so that they end up correct in the remote folder. + And poke the destination folder after doing the copy so it notices + the new message right away. + (imap_move_message_to): Call imap_copy_message_to for most of the + work rather than duplicating the code (since it's much more + complicated now). 2001-01-11 Dan Winship <danw@ximian.com> |