aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-09-06 04:06:30 +0800
committerDan Winship <danw@src.gnome.org>2000-09-06 04:06:30 +0800
commita86c7ea0ab3775cc8fb141c1792c3b2bdb663a34 (patch)
tree4d78855f223d20d59a31d018eb5efaac7d2c9b0d /mail/ChangeLog
parent362fa5361015a75817e6990331a295e96efa6dd4 (diff)
downloadgsoc2013-evolution-a86c7ea0ab3775cc8fb141c1792c3b2bdb663a34.tar
gsoc2013-evolution-a86c7ea0ab3775cc8fb141c1792c3b2bdb663a34.tar.gz
gsoc2013-evolution-a86c7ea0ab3775cc8fb141c1792c3b2bdb663a34.tar.bz2
gsoc2013-evolution-a86c7ea0ab3775cc8fb141c1792c3b2bdb663a34.tar.lz
gsoc2013-evolution-a86c7ea0ab3775cc8fb141c1792c3b2bdb663a34.tar.xz
gsoc2013-evolution-a86c7ea0ab3775cc8fb141c1792c3b2bdb663a34.tar.zst
gsoc2013-evolution-a86c7ea0ab3775cc8fb141c1792c3b2bdb663a34.zip
only call camel_folder_get_message_info if the folder has
* mail-tools.c (mail_tool_move_folder_contents): only call camel_folder_get_message_info if the folder has summary_capability. Don't hack up a fake CamelMessageInfo: append_message will take NULL. svn path=/trunk/; revision=5201
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index fc6ccbc06a..03afc0ed02 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,10 @@
2000-09-05 Dan Winship <danw@helixcode.com>
+ * mail-tools.c (mail_tool_move_folder_contents): only call
+ camel_folder_get_message_info if the folder has
+ summary_capability. Don't hack up a fake CamelMessageInfo:
+ append_message will take NULL.
+
* mail-ops.c: Replace mail_do_setup_draftbox,
mail_do_setup_outbox, and mail_do_setup_sentbox with
mail_do_setup_folder.