From a0c112f4dc29fbca62a69220a7d950a02a007963 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 24 May 2001 17:27:51 +0000 Subject: Populate the extra_hdr_* arrays with any non-special-case headers. 2001-05-24 Jeffrey Stedfast * e-msg-composer.c (e_msg_composer_new_with_message): Populate the extra_hdr_* arrays with any non-special-case headers. (is_special_header): New convenience function to determine if a header is a "special" header or not. svn path=/trunk/; revision=9963 --- composer/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'composer/ChangeLog') diff --git a/composer/ChangeLog b/composer/ChangeLog index 89ad7a14ee..e62b6bc979 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,10 @@ +2001-05-24 Jeffrey Stedfast + + * e-msg-composer.c (e_msg_composer_new_with_message): Populate the + extra_hdr_* arrays with any non-special-case headers. + (is_special_header): New convenience function to determine if a + header is a "special" header or not. + 2001-05-24 Radek Doulik * e-msg-composer.c (menu_edit_delete_all_cb): new callback -- cgit