diff options
author | Dan Winship <danw@src.gnome.org> | 2000-08-30 02:44:47 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-08-30 02:44:47 +0800 |
commit | ba2eaa68b17882b0fec2eac160f674d29598795f (patch) | |
tree | f97a4baff35c94b5263ac9b8c1a38f7219172b0b /mail/ChangeLog | |
parent | ec4ed21ea96f66ccd4b2c29f4f14046f8ece8a56 (diff) | |
download | gsoc2013-evolution-ba2eaa68b17882b0fec2eac160f674d29598795f.tar gsoc2013-evolution-ba2eaa68b17882b0fec2eac160f674d29598795f.tar.gz gsoc2013-evolution-ba2eaa68b17882b0fec2eac160f674d29598795f.tar.bz2 gsoc2013-evolution-ba2eaa68b17882b0fec2eac160f674d29598795f.tar.lz gsoc2013-evolution-ba2eaa68b17882b0fec2eac160f674d29598795f.tar.xz gsoc2013-evolution-ba2eaa68b17882b0fec2eac160f674d29598795f.tar.zst gsoc2013-evolution-ba2eaa68b17882b0fec2eac160f674d29598795f.zip |
Update this and related functions to no longer take a From address. (The
* mail-ops.c (mail_do_send_mail): Update this and related
functions to no longer take a From address. (The composer deals
with it itself now.)
(do_send_mail): Add the Evolution version back to the X-Mailer
header (this change got lost in the thread migration).
* mail-callbacks.c (composer_send_cb): Don't re-fetch the From
address. It's set by the composer now. Don't free the
post_send_data from here.
(mail_reply): Attach to the composer's destroy signal to free the
psd. (The current code would free it more than once if an error
occurred while trying to send the first time.)
svn path=/trunk/; revision=5102
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 105bcc46e6..e5c84919b8 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,18 @@ +2000-08-29 Dan Winship <danw@helixcode.com> + + * mail-ops.c (mail_do_send_mail): Update this and related + functions to no longer take a From address. (The composer deals + with it itself now.) + (do_send_mail): Add the Evolution version back to the X-Mailer + header (this change got lost in the thread migration). + + * mail-callbacks.c (composer_send_cb): Don't re-fetch the From + address. It's set by the composer now. Don't free the + post_send_data from here. + (mail_reply): Attach to the composer's destroy signal to free the + psd. (The current code would free it more than once if an error + occurred while trying to send the first time.) + 2000-08-28 Peter Williams <peterw@helixcode.com> * mail-config-gui.c (mail_config_apply_clicked): Add new news sources, |