diff options
author | Dave West <kat@unleashed.org> | 2002-01-30 08:33:34 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-01-30 08:33:34 +0800 |
commit | c874c06ba815dd05153ba57064385ec473b1b07e (patch) | |
tree | dbd149450aca021ed47f448c25a1d37838f63487 /mail/ChangeLog | |
parent | 9588e204977f74b4de25c109cceeecd42c02d7b7 (diff) | |
download | gsoc2013-evolution-c874c06ba815dd05153ba57064385ec473b1b07e.tar gsoc2013-evolution-c874c06ba815dd05153ba57064385ec473b1b07e.tar.gz gsoc2013-evolution-c874c06ba815dd05153ba57064385ec473b1b07e.tar.bz2 gsoc2013-evolution-c874c06ba815dd05153ba57064385ec473b1b07e.tar.lz gsoc2013-evolution-c874c06ba815dd05153ba57064385ec473b1b07e.tar.xz gsoc2013-evolution-c874c06ba815dd05153ba57064385ec473b1b07e.tar.zst gsoc2013-evolution-c874c06ba815dd05153ba57064385ec473b1b07e.zip |
Changed the function signature so that we can pass in whom we want to
2002-01-29 Dave West <kat@unleashed.org>
* mail-callbacks.c (create_msg_composer): Changed the function
signature so that we can pass in whom we want to compose as.
Should fix bug #10391.
(compose_msg): Get the current profile account and pass it along
to create_msg_composer.
(send_to_url): Pass in a NULL profile account to cause
create_msg_composer to use the default account.
svn path=/trunk/; revision=15518
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 0775114de0..02144c733f 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,13 @@ +2002-01-29 Dave West <kat@unleashed.org> + + * mail-callbacks.c (create_msg_composer): Changed the function + signature so that we can pass in whom we want to compose as. + Should fix bug #10391. + (compose_msg): Get the current profile account and pass it along + to create_msg_composer. + (send_to_url): Pass in a NULL profile account to cause + create_msg_composer to use the default account. + 2002-01-29 Jeffrey Stedfast <fejj@ximian.com> * mail-ops.c (mail_send_message): Make X-Evolution-Account take |