aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index a5493807df..26e9b7e043 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,6 +1,13 @@
2001-07-25 Jeffrey Stedfast <fejj@ximian.com>
* mail-callbacks.c (mail_generate_reply): Initialize `me' to NULL.
+ (forward_attached): If we are only forwarding a single message,
+ pass the message along as the callback data, else pass NULL.
+ (do_forward_attach): Updated for changes to
+ forward_get_composer().
+ (do_forward_non_attached): Same.
+ (forward_get_composer): Try to guess which account to forward the
+ message from if the message passed in is non-NULL.
2001-07-24 Peter Williams <peterw@ximian.com>