diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-10-05 02:12:20 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-10-05 02:12:20 +0800 |
commit | e23ff89a6059d074b6dfadab39b223271c05db43 (patch) | |
tree | 572887c3e6eaecbd7fbb80265c650b32540806db /mail/ChangeLog | |
parent | a57815af6b1c0c3d0548fa1492f3c061018457fe (diff) | |
download | gsoc2013-evolution-e23ff89a6059d074b6dfadab39b223271c05db43.tar gsoc2013-evolution-e23ff89a6059d074b6dfadab39b223271c05db43.tar.gz gsoc2013-evolution-e23ff89a6059d074b6dfadab39b223271c05db43.tar.bz2 gsoc2013-evolution-e23ff89a6059d074b6dfadab39b223271c05db43.tar.lz gsoc2013-evolution-e23ff89a6059d074b6dfadab39b223271c05db43.tar.xz gsoc2013-evolution-e23ff89a6059d074b6dfadab39b223271c05db43.tar.zst gsoc2013-evolution-e23ff89a6059d074b6dfadab39b223271c05db43.zip |
Don't default 'me' to the source account until after we've tried to detect
2002-10-02 Jeffrey Stedfast <fejj@ximian.com>
* mail-callbacks.c (mail_generate_reply): Don't default 'me' to
the source account until after we've tried to detect the account
based on recipients. When adding accounts to the account hash, if
any accounts have identical email addresses, the ones that are
enabled take precedence over ones that aren't. This will hopefully
make everyone happy with reply account picking. Fixes bug #31693.
svn path=/trunk/; revision=18326
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index cebf2fe535..0e6800a93a 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,12 @@ +2002-10-02 Jeffrey Stedfast <fejj@ximian.com> + + * mail-callbacks.c (mail_generate_reply): Don't default 'me' to + the source account until after we've tried to detect the account + based on recipients. When adding accounts to the account hash, if + any accounts have identical email addresses, the ones that are + enabled take precedence over ones that aren't. This will hopefully + make everyone happy with reply account picking. Fixes bug #31693. + 2002-10-01 Larry Ewing <lewing@ximian.com> * mail-display.c (drag_data_get_cb): add support for dragging the |