Show the signature.

2002-02-12  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-callbacks.c (do_forward_non_attached): Show the signature.

svn path=/trunk/; revision=15689
This commit is contained in:
Jeffrey Stedfast
2002-02-12 20:47:27 +00:00
committed by Jeffrey Stedfast
parent 5dafa97f0a
commit 648357cc68
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-02-12 Jeffrey Stedfast <fejj@ximian.com>
* mail-callbacks.c (do_forward_non_attached): Show the signature.
2002-02-11 Jeffrey Stedfast <fejj@ximian.com>
* message-list.c (ml_tree_value_at): Get followup-up message-list

View File

@ -1214,6 +1214,7 @@ do_forward_non_attached (CamelFolder *folder, char *uid, CamelMimeMessage *messa
CamelDataWrapper *wrapper;
e_msg_composer_set_body_text (composer, text);
e_msg_composer_show_sig_file (composer);
wrapper = camel_medium_get_content_object (CAMEL_MEDIUM (message));
if (CAMEL_IS_MULTIPART (wrapper))