aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-03-26 02:21:57 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:41:49 +0800
commitb6d4500ebf53cfbf28be8167e74048134e525625 (patch)
tree479370f23bcb0b2f1768e590fbbbebfbedababcc /mail
parentc1259e5a0862258dd8f84daefcaeb8a04d538270 (diff)
downloadgsoc2013-evolution-b6d4500ebf53cfbf28be8167e74048134e525625.tar
gsoc2013-evolution-b6d4500ebf53cfbf28be8167e74048134e525625.tar.gz
gsoc2013-evolution-b6d4500ebf53cfbf28be8167e74048134e525625.tar.bz2
gsoc2013-evolution-b6d4500ebf53cfbf28be8167e74048134e525625.tar.lz
gsoc2013-evolution-b6d4500ebf53cfbf28be8167e74048134e525625.tar.xz
gsoc2013-evolution-b6d4500ebf53cfbf28be8167e74048134e525625.tar.zst
gsoc2013-evolution-b6d4500ebf53cfbf28be8167e74048134e525625.zip
Change "mail:async-error" alerts to warnings.
Most Camel alerts are transient. Make them warnings so they time out.
Diffstat (limited to 'mail')
-rw-r--r--mail/mail.error.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mail.error.xml b/mail/mail.error.xml
index d014e44e4f..709b572cbb 100644
--- a/mail/mail.error.xml
+++ b/mail/mail.error.xml
@@ -123,7 +123,7 @@ Many email systems add an Apparently-To header to messages that only have BCC re
<button stock="gtk-quit" response="GTK_RESPONSE_YES"/>
</error>
- <error id="async-error" type="error">
+ <error id="async-error" type="warning">
<!-- Translators: the {0} is replaced with an operation name, which failed.
It can be basically anything run asynchronously, like "Fetching Mail",
"Sending message" and others, mostly from mail-ops.c file. -->
@@ -131,7 +131,7 @@ Many email systems add an Apparently-To header to messages that only have BCC re
<secondary>{1}</secondary>
</error>
- <error id="async-error-nodescribe" type="error" scroll="yes">
+ <error id="async-error-nodescribe" type="warning" scroll="yes">
<_primary>Error while performing operation.</_primary>
<secondary>{0}</secondary>
</error>