diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-08-10 06:19:04 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-08-10 06:19:04 +0800 |
commit | ce31e66ee69196c0bd641c72097426ba99f2d7d0 (patch) | |
tree | 01f299b483a307e9da6943f84ffbd209b710a18f /mail/ChangeLog | |
parent | 13263cdb400a2cda1b57f96490a43aa53709dbbd (diff) | |
download | gsoc2013-evolution-ce31e66ee69196c0bd641c72097426ba99f2d7d0.tar gsoc2013-evolution-ce31e66ee69196c0bd641c72097426ba99f2d7d0.tar.gz gsoc2013-evolution-ce31e66ee69196c0bd641c72097426ba99f2d7d0.tar.bz2 gsoc2013-evolution-ce31e66ee69196c0bd641c72097426ba99f2d7d0.tar.lz gsoc2013-evolution-ce31e66ee69196c0bd641c72097426ba99f2d7d0.tar.xz gsoc2013-evolution-ce31e66ee69196c0bd641c72097426ba99f2d7d0.tar.zst gsoc2013-evolution-ce31e66ee69196c0bd641c72097426ba99f2d7d0.zip |
Get the from address set in the composer, if that fails ONLY THEN get the
2000-08-09 Jeffrey Stedfast <fejj@helixcode.com>
* mail-ops.c (composer_send_cb): Get the from address set in the
composer, if that fails ONLY THEN get the default from mail config
* mail-config.c (mail_config_get_identities): New convenience
function for getting a list of the configured identities
svn path=/trunk/; revision=4672
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index cd37b902aa..6afe0bc924 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,11 @@ +2000-08-09 Jeffrey Stedfast <fejj@helixcode.com> + + * mail-ops.c (composer_send_cb): Get the from address set in the + composer, if that fails ONLY THEN get the default from mail config + + * mail-config.c (mail_config_get_identities): New convenience + function for getting a list of the configured identities + 2000-08-09 Dan Winship <danw@helixcode.com> * mail-display.c (on_object_requested): Support controls as well @@ -28,11 +36,14 @@ 2000-08-09 Not Zed <NotZed@HelixCode.com> - * mail-autofilter.c (filter_gui_add_from_message): Helper function to add with confirm. - (rule_match_recipients): Dont set real name if its empty for the filter name. + * mail-autofilter.c (filter_gui_add_from_message): Helper function + to add with confirm. + (rule_match_recipients): Dont set real name if its empty for the + filter name. (rule_match_subject): was cutting ] off mailing list names. - * message-list.c (on_right_click): Added menu to install vfolders/filters from message. + * message-list.c (on_right_click): Added menu to install + vfolders/filters from message. 2000-08-09 Not Zed <NotZed@HelixCode.com> |