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/mail.error.xml | |
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/mail.error.xml')
-rw-r--r-- | mail/mail.error.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/mail.error.xml b/mail/mail.error.xml index 2b23652f03..6c3aae2cde 100644 --- a/mail/mail.error.xml +++ b/mail/mail.error.xml @@ -378,6 +378,11 @@ You can choose to ignore this folder, overwrite or append its contents, or quit. <_primary>Blank Signature</_primary> <_secondary>Please provide an unique name to identify this signature.</_secondary> </error> + + <error id="send-no-account-enabled" type="warning"> + <_primary>This message cannot be sent because the account you chose to send with is not enabled</_primary> + <_secondary xml:space="preserve">Please enable the account or send using another account.</_secondary> + </error> </error-list> |