diff options
author | Jeff Cai <jeff.cai@sun.com> | 2009-05-06 17:57:47 +0800 |
---|---|---|
committer | Jeff Cai <jeff.cai@sun.com> | 2009-05-06 17:57:47 +0800 |
commit | c5a30946507e23cf01e3657d076bde73f0a519a9 (patch) | |
tree | 7549ed6f0f8258fb85854c4ed569021d25a43135 /mail/ChangeLog | |
parent | 95a1645fc577bc56f44cac5887e72ca785e140e1 (diff) | |
download | gsoc2013-evolution-c5a30946507e23cf01e3657d076bde73f0a519a9.tar gsoc2013-evolution-c5a30946507e23cf01e3657d076bde73f0a519a9.tar.gz gsoc2013-evolution-c5a30946507e23cf01e3657d076bde73f0a519a9.tar.bz2 gsoc2013-evolution-c5a30946507e23cf01e3657d076bde73f0a519a9.tar.lz gsoc2013-evolution-c5a30946507e23cf01e3657d076bde73f0a519a9.tar.xz gsoc2013-evolution-c5a30946507e23cf01e3657d076bde73f0a519a9.tar.zst gsoc2013-evolution-c5a30946507e23cf01e3657d076bde73f0a519a9.zip |
2009-05-06 Jeff Cai <jeff.cai@sun.com>
** Fix for bug #524497
* em-composer-utils.c: (guess_account):
Change the order getting an account
The original order is:
1. The account in 'To' of the message.
2. The account of the message source.
3. The account of the folder source.
The new order is:
1. The account of the folder source.
2. The account of the message source.
3. The account in "To' of the message
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 359083a65e..90dceba510 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,19 @@ +2009-05-06 Jeff Cai <jeff.cai@sun.com> + + ** Fix for bug #524497 + * em-composer-utils.c: (guess_account): + Change the order getting an account + + The original order is: + 1. The account in 'To' of the message. + 2. The account of the message source. + 3. The account of the folder source. + + The new order is: + 1. The account of the folder source. + 2. The account of the message source. + 3. The account in "To' of the message + 2009-04-28 Milan Crha <mcrha@redhat.com> ** Fix for bug #572348 |