diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-10-19 12:44:39 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-10-19 12:44:39 +0800 |
commit | 66da354765a8578ed6f7cf7ef402863cd4bf9884 (patch) | |
tree | ba974fad4e2c744ac50ba58d33a0c0db44f60ae5 /mail/ChangeLog | |
parent | 426358b4c7b2581794cbf6b5478c132665d70338 (diff) | |
download | gsoc2013-evolution-66da354765a8578ed6f7cf7ef402863cd4bf9884.tar gsoc2013-evolution-66da354765a8578ed6f7cf7ef402863cd4bf9884.tar.gz gsoc2013-evolution-66da354765a8578ed6f7cf7ef402863cd4bf9884.tar.bz2 gsoc2013-evolution-66da354765a8578ed6f7cf7ef402863cd4bf9884.tar.lz gsoc2013-evolution-66da354765a8578ed6f7cf7ef402863cd4bf9884.tar.xz gsoc2013-evolution-66da354765a8578ed6f7cf7ef402863cd4bf9884.tar.zst gsoc2013-evolution-66da354765a8578ed6f7cf7ef402863cd4bf9884.zip |
Get the MailConfigIdentity *before* we create a new composer object so
2000-10-19 Jeffrey Stedfast <fejj@helixcode.com>
* mail-format.c (mail_generate_reply): Get the MailConfigIdentity
*before* we create a new composer object so that we can set the
signature file.
svn path=/trunk/; revision=6026
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 1dc6d47404..8295067ce3 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2000-10-19 Jeffrey Stedfast <fejj@helixcode.com> + + * mail-format.c (mail_generate_reply): Get the MailConfigIdentity + *before* we create a new composer object so that we can set the + signature file. + 2000-10-18 Michael Meeks <michael@helixcode.com> * folder-browser-factory.c (register_ondemand): kill. |