aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-07-26 00:33:44 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-07-26 00:33:44 +0800
commit0fbf9cd43f4198e6c6103dbf00ad2cd76dca8417 (patch)
treefcc5b5aa7752f750e708645f0ac2d9ac8c72adf0 /mail/ChangeLog
parent661e18ae52310d3489f3a672e1b912fc5b93d528 (diff)
downloadgsoc2013-evolution-0fbf9cd43f4198e6c6103dbf00ad2cd76dca8417.tar
gsoc2013-evolution-0fbf9cd43f4198e6c6103dbf00ad2cd76dca8417.tar.gz
gsoc2013-evolution-0fbf9cd43f4198e6c6103dbf00ad2cd76dca8417.tar.bz2
gsoc2013-evolution-0fbf9cd43f4198e6c6103dbf00ad2cd76dca8417.tar.lz
gsoc2013-evolution-0fbf9cd43f4198e6c6103dbf00ad2cd76dca8417.tar.xz
gsoc2013-evolution-0fbf9cd43f4198e6c6103dbf00ad2cd76dca8417.tar.zst
gsoc2013-evolution-0fbf9cd43f4198e6c6103dbf00ad2cd76dca8417.zip
Initialize `me' to NULL. (forward_attached): If we are only forwarding a
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. svn path=/trunk/; revision=11401
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>