aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-ops.h
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-08-30 02:44:47 +0800
committerDan Winship <danw@src.gnome.org>2000-08-30 02:44:47 +0800
commitba2eaa68b17882b0fec2eac160f674d29598795f (patch)
treef97a4baff35c94b5263ac9b8c1a38f7219172b0b /mail/mail-ops.h
parentec4ed21ea96f66ccd4b2c29f4f14046f8ece8a56 (diff)
downloadgsoc2013-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/mail-ops.h')
-rw-r--r--mail/mail-ops.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/mail/mail-ops.h b/mail/mail-ops.h
index bcd2d1e2bc..33f7456f82 100644
--- a/mail/mail-ops.h
+++ b/mail/mail-ops.h
@@ -33,10 +33,8 @@ void mail_do_fetch_mail (const gchar *source_url, gboolean keep_on_server,
gpointer hook_func, gpointer hook_data);
void mail_do_send_mail (const char *xport_uri,
CamelMimeMessage *message,
- const char *from,
CamelFolder *done_folder,
const char *done_uid,
-
guint32 done_flags, GtkWidget *composer);
void mail_do_expunge_folder (CamelFolder *folder);
void mail_do_transfer_messages (CamelFolder *source, GPtrArray *uids,