From c6af86a140a9e54abdb19e4ccc127f061df65450 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Fri, 26 May 2000 15:40:50 +0000 Subject: routine to read the user's signature file. (set_editor_text): If the user * e-msg-composer.c (get_signature): routine to read the user's signature file. (set_editor_text): If the user has configured a signature, append it to the set text. (e_msg_composer_new): Call set_editor_text with "" to load the signature (if any). svn path=/trunk/; revision=3220 --- composer/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'composer/ChangeLog') diff --git a/composer/ChangeLog b/composer/ChangeLog index 3c5045d2a4..ffae8ed918 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -4,6 +4,13 @@ PersistStream changes (build_message): Update for CamelMultipart changes. + * e-msg-composer.c (get_signature): routine to read the user's + signature file. + (set_editor_text): If the user has configured a signature, append + it to the set text. + (e_msg_composer_new): Call set_editor_text with "" to load the + signature (if any). + 2000-05-25 Not Zed * e-msg-composer.c (build_message): Use camel_data_wrapper_new -- cgit