aboutsummaryrefslogtreecommitdiffstats
path: root/composer
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-01-22 06:40:22 +0800
committerMatthew Barnes <mbarnes@redhat.com>2011-01-22 06:40:22 +0800
commit54ae8f0a7dfd79bed00757ef1f17f0ede085a7a3 (patch)
tree6ccb94678a99f3e6ab8b464a170893aa16df3726 /composer
parentb1565f53d797fe4dbbf7256eca060eb4d8ee9ee4 (diff)
downloadgsoc2013-evolution-54ae8f0a7dfd79bed00757ef1f17f0ede085a7a3.tar
gsoc2013-evolution-54ae8f0a7dfd79bed00757ef1f17f0ede085a7a3.tar.gz
gsoc2013-evolution-54ae8f0a7dfd79bed00757ef1f17f0ede085a7a3.tar.bz2
gsoc2013-evolution-54ae8f0a7dfd79bed00757ef1f17f0ede085a7a3.tar.lz
gsoc2013-evolution-54ae8f0a7dfd79bed00757ef1f17f0ede085a7a3.tar.xz
gsoc2013-evolution-54ae8f0a7dfd79bed00757ef1f17f0ede085a7a3.tar.zst
gsoc2013-evolution-54ae8f0a7dfd79bed00757ef1f17f0ede085a7a3.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.xml5
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 &quot;{0}&quot;.</_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>