diff options
author | Dan Winship <danw@src.gnome.org> | 2000-05-26 23:40:50 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-05-26 23:40:50 +0800 |
commit | c6af86a140a9e54abdb19e4ccc127f061df65450 (patch) | |
tree | 1b9d1ad17b8e30b5d8443f6dded7f249ee29d3ef /composer/ChangeLog | |
parent | 47ab2202ba161234ec2790290152f64be0163dd7 (diff) | |
download | gsoc2013-evolution-c6af86a140a9e54abdb19e4ccc127f061df65450.tar.gz gsoc2013-evolution-c6af86a140a9e54abdb19e4ccc127f061df65450.tar.zst gsoc2013-evolution-c6af86a140a9e54abdb19e4ccc127f061df65450.zip |
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
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
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 <NotZed@HelixCode.com> * e-msg-composer.c (build_message): Use camel_data_wrapper_new |