diff options
author | Parthasarathi Susarla <sparthasarathi@novell.com> | 2005-11-23 14:46:51 +0800 |
---|---|---|
committer | Parthasarathi Susarla <saps@src.gnome.org> | 2005-11-23 14:46:51 +0800 |
commit | 3c74da6893887b68caa185f6d2eb2a280a0e445e (patch) | |
tree | 75f2cd68d5a2723bebcf3ec4e792ce5e9982d5ad /mail/ChangeLog | |
parent | 02c366550efba502867f625adb288bd42171e189 (diff) | |
download | gsoc2013-evolution-3c74da6893887b68caa185f6d2eb2a280a0e445e.tar.gz gsoc2013-evolution-3c74da6893887b68caa185f6d2eb2a280a0e445e.tar.zst gsoc2013-evolution-3c74da6893887b68caa185f6d2eb2a280a0e445e.zip |
** See bug #315987 Send only if account is enabled
2005-11-23 Parthasarathi Susarla <sparthasarathi@novell.com>
** See bug #315987
* em-composer-utils.c:
(em_utils_composer_send_cb): Send only if account is enabled
(em_utils_composer_save_draft_cb): Save message to server
folder only if the account is enabled, else save it locally
(generate_account_hash): Add default account into the account hash
only if the account none of the account is enabled.
(guess_account): use only enabled account
* mail.error.xml: Add error message for send-no-account-enabled
svn path=/trunk/; revision=30646
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 839ec6af0e..8d534329e4 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,16 @@ +2005-11-23 Parthasarathi Susarla <sparthasarathi@novell.com> + + ** See bug #315987 + * em-composer-utils.c: + (em_utils_composer_send_cb): Send only if account is enabled + (em_utils_composer_save_draft_cb): Save message to server + folder only if the account is enabled, else save it locally + (generate_account_hash): Add default account into the account hash + only if the account none of the account is enabled. + (guess_account): use only enabled account + + * mail.error.xml: Add error message for send-no-account-enabled + 2005-11-11 Boby Wang <boby.wang@sun.com> ** See bug 321214. |