From aae60baf0154867ea986e2b7000f21fa8c8444c9 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Sun, 11 Feb 2001 04:12:12 +0000 Subject: Updated. We might want to change the corba interface for this to allow 2001-02-10 Jeffrey Stedfast * evolution-composer.c (impl_Composer_set_headers): Updated. We might want to change the corba interface for this to allow setting the from-address as well. * e-msg-composer.c (e_msg_composer_new_with_message): Updated. (e_msg_composer_set_headers): Now takes a 'From' argument so that we can try to pre-determine the account the user will want to send from. svn path=/trunk/; revision=8165 --- composer/e-msg-composer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'composer/e-msg-composer.h') diff --git a/composer/e-msg-composer.h b/composer/e-msg-composer.h index ef60ebd1e4..485ca6f9f1 100644 --- a/composer/e-msg-composer.h +++ b/composer/e-msg-composer.h @@ -99,6 +99,7 @@ EMsgComposer *e_msg_composer_new_from_url (const char *url); void e_msg_composer_show_attachments (EMsgComposer *composer, gboolean show); void e_msg_composer_set_headers (EMsgComposer *composer, + const char *from, const GList *to, const GList *cc, const GList *bcc, -- cgit v1.2.3