From 8ad2b343a02b954f2393e08deece19861352329e Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 12 Jan 2001 21:13:26 +0000 Subject: Call set_from_account which means we no longer have to do all the crap 2001-01-12 Jeffrey Stedfast * e-msg-composer.c (build_message): Call set_from_account which means we no longer have to do all the crap involved in formatting strings into an internet-address. (e_msg_composer_get_preferred_account): New access function. * e-msg-composer-hdrs.c (add_header): case COMBOBOX has changed to OPTIOMENU. (create_optionmenu): Update to use an optionmenu of accounts. (from_changed): New callback for the From optionmenu. (setup_headers): s/COMBOBOX/OPTIONMENU (init): Set the account and from_options to NULL. (e_msg_composer_hdrs_get_from): Updated. (destroy): free the from_options. (e_msg_composer_hdrs_set_from_address): Renamed from set_from because it no longer takes a string arg but rather an account arg. svn path=/trunk/; revision=7458 --- composer/ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'composer/ChangeLog') diff --git a/composer/ChangeLog b/composer/ChangeLog index 68208b057f..581003eba3 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,21 @@ +2001-01-12 Jeffrey Stedfast + + * e-msg-composer.c (build_message): Call set_from_account which + means we no longer have to do all the crap involved in formatting + strings into an internet-address. + (e_msg_composer_get_preferred_account): New access function. + + * e-msg-composer-hdrs.c (add_header): case COMBOBOX has changed to + OPTIOMENU. + (create_optionmenu): Update to use an optionmenu of accounts. + (from_changed): New callback for the From optionmenu. + (setup_headers): s/COMBOBOX/OPTIONMENU + (init): Set the account and from_options to NULL. + (e_msg_composer_hdrs_get_from): Updated. + (destroy): free the from_options. + (e_msg_composer_hdrs_set_from_address): Renamed from set_from + because it no longer takes a string arg but rather an account arg. + 2001-01-12 Miguel de Icaza * e-msg-composer-hdrs.c (add_header): Only attach to "changed" if -- cgit v1.2.3