aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-errors.xml
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@novell.com>2004-05-26 00:16:25 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-05-26 00:16:25 +0800
commitb28d4738f24ecf8e001fc920b498e4ed1e7c90d6 (patch)
treecae4161e24b6897bf26ee327211395d8aac8fef8 /mail/mail-errors.xml
parent13492cb0f8cc36abfbbd2ef95a59a5746be84365 (diff)
downloadgsoc2013-evolution-b28d4738f24ecf8e001fc920b498e4ed1e7c90d6.tar
gsoc2013-evolution-b28d4738f24ecf8e001fc920b498e4ed1e7c90d6.tar.gz
gsoc2013-evolution-b28d4738f24ecf8e001fc920b498e4ed1e7c90d6.tar.bz2
gsoc2013-evolution-b28d4738f24ecf8e001fc920b498e4ed1e7c90d6.tar.lz
gsoc2013-evolution-b28d4738f24ecf8e001fc920b498e4ed1e7c90d6.tar.xz
gsoc2013-evolution-b28d4738f24ecf8e001fc920b498e4ed1e7c90d6.tar.zst
gsoc2013-evolution-b28d4738f24ecf8e001fc920b498e4ed1e7c90d6.zip
a few fixes.
2004-05-25 Jeffrey Stedfast <fejj@novell.com> * mail-errors.xml: a few fixes. * em-format-quote.c (emfq_text_plain): Only strip the signature if we are in some wy modifying the content (we don't want to remove the signature if we are editing the message as a new message). Fixes bug #58826. svn path=/trunk/; revision=26079
Diffstat (limited to 'mail/mail-errors.xml')
-rw-r--r--mail/mail-errors.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mail-errors.xml b/mail/mail-errors.xml
index 1b6582e7e1..0a9996dc8b 100644
--- a/mail/mail-errors.xml
+++ b/mail/mail-errors.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
<error-list domain="mail">
<error id="camel-service-auth-invalid" type="warning">
@@ -77,7 +77,7 @@ Many email systems add an Apparently-To header to messages that only have BCC re
</error>
<error id="camel-exception" type="warning">
- <primary>Your message message, with the subject &quot;{0}&quot; was not delivered.</primary>
+ <primary>Your message with the subject &quot;{0}&quot; was not delivered.</primary>
<secondary>The message was sent via the &quot;sendmail&quot; external application. Sendmail reports the following error: status 67: mail not sent.
The message is stored in the Outbox folder. Check the message for errors and resend.</secondary>
</error>