diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-01-22 06:40:22 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-06-30 00:41:21 +0800 |
commit | 15c32eafdb8a79152113559bd8a5e8f9e72f142c (patch) | |
tree | d5dfd5f6643eb578db480a31347d32ada4b7a4e8 /composer | |
parent | 042c0c5732a6d6144e9359ddb55f7c9e65f60010 (diff) | |
download | gsoc2013-evolution-15c32eafdb8a79152113559bd8a5e8f9e72f142c.tar gsoc2013-evolution-15c32eafdb8a79152113559bd8a5e8f9e72f142c.tar.gz gsoc2013-evolution-15c32eafdb8a79152113559bd8a5e8f9e72f142c.tar.bz2 gsoc2013-evolution-15c32eafdb8a79152113559bd8a5e8f9e72f142c.tar.lz gsoc2013-evolution-15c32eafdb8a79152113559bd8a5e8f9e72f142c.tar.xz gsoc2013-evolution-15c32eafdb8a79152113559bd8a5e8f9e72f142c.tar.zst gsoc2013-evolution-15c32eafdb8a79152113559bd8a5e8f9e72f142c.zip |
Bug 640091 - Improve error handling during send post-processing
If a newly-composed message was successfully sent but an error occurred
during post-processing (outgoing filters or appending to a Sent folder),
close the composer window and show an alert in the main window.
Diffstat (limited to 'composer')
-rw-r--r-- | composer/mail-composer.error.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/composer/mail-composer.error.xml b/composer/mail-composer.error.xml index e265aaad02..7398f17442 100644 --- a/composer/mail-composer.error.xml +++ b/composer/mail-composer.error.xml @@ -77,6 +77,11 @@ <button _label="_Try Again" response="GTK_RESPONSE_OK"/> </error> + <error id="send-post-processing-error" type="warning"> + <_primary>Your message was sent, but an error occurred during post-processing.</_primary> + <_secondary>The reported error was "{0}".</_secondary> + </error> + <error id="saving-to-outbox" type="info"> <_primary>Saving message to Outbox.</_primary> <_secondary>Because you are working offline, the message will be saved to your local Outbox folder. When you are back online you can send the message by clicking the Send/Receive button in Evolution's toolbar.</_secondary> |