summaryrefslogtreecommitdiffstats
path: root/mail/evolution/files/patch-mail_mail-ops.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/evolution/files/patch-mail_mail-ops.c')
-rw-r--r--mail/evolution/files/patch-mail_mail-ops.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/evolution/files/patch-mail_mail-ops.c b/mail/evolution/files/patch-mail_mail-ops.c
new file mode 100644
index 000000000..bc8d0a0b9
--- /dev/null
+++ b/mail/evolution/files/patch-mail_mail-ops.c
@@ -0,0 +1,14 @@
+--- mail/mail-ops.c.orig 2010-11-14 14:21:13.000000000 +0100
++++ mail/mail-ops.c 2010-11-14 14:22:02.000000000 +0100
+@@ -605,9 +605,9 @@ mail_send_message (struct _send_queue_ms
+ sent_folder_uri, 0, &local_error);
+ if (folder == NULL) {
+ g_string_append_printf (
+- err, _("Failed to append to %s: %s\n"
++ err, _("Failed to append to %s\n"
+ "Appending to local 'Sent' folder instead."),
+- sent_folder_uri, local_error->message);
++ sent_folder_uri);
+ g_clear_error (&local_error);
+ }
+ }