aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-05-20 10:19:16 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-05-20 10:19:16 +0800
commitbed95fa9e2b1cfa7e019e1824dc9bdb08fb1755a (patch)
tree4f356cec5263700691d62b06390de2dd63d6023d /camel/ChangeLog
parent9053f8159f165d59d230f670f6615b907d88e789 (diff)
downloadgsoc2013-evolution-bed95fa9e2b1cfa7e019e1824dc9bdb08fb1755a.tar
gsoc2013-evolution-bed95fa9e2b1cfa7e019e1824dc9bdb08fb1755a.tar.gz
gsoc2013-evolution-bed95fa9e2b1cfa7e019e1824dc9bdb08fb1755a.tar.bz2
gsoc2013-evolution-bed95fa9e2b1cfa7e019e1824dc9bdb08fb1755a.tar.lz
gsoc2013-evolution-bed95fa9e2b1cfa7e019e1824dc9bdb08fb1755a.tar.xz
gsoc2013-evolution-bed95fa9e2b1cfa7e019e1824dc9bdb08fb1755a.tar.zst
gsoc2013-evolution-bed95fa9e2b1cfa7e019e1824dc9bdb08fb1755a.zip
copy the messageinfo rather than reference the source folder's one, we
2004-05-19 Not Zed <NotZed@Ximian.com> * camel-folder.c (transfer_message_to): copy the messageinfo rather than reference the source folder's one, we poke its flags variable if the message is deleted. And dont re-delete the message if its already deleted. svn path=/trunk/; revision=26003
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index d2af643192..56d534f288 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,10 @@
2004-05-19 Not Zed <NotZed@Ximian.com>
+ * camel-folder.c (transfer_message_to): copy the messageinfo
+ rather than reference the source folder's one, we poke its flags
+ variable if the message is deleted. And dont re-delete the
+ message if its already deleted.
+
* providers/nntp/camel-nntp-folder.c (nntp_folder_get_message):
use the article number instead of the messageid. Some servers are
just broken.