summaryrefslogtreecommitdiffstats
path: root/mail/evolution/files/patch-mail_mail-ops.c
blob: bc8d0a0b950b149adb3c8db19515ae4ad3ed0ad6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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);
            }
        }