View | Details | Raw Unified | Return to bug 152255
Collapse All | Expand All

(-)mail/mail-ops.c (-2 / +2 lines)
Lines 605-613 Link Here
605
				sent_folder_uri, 0, &local_error);
605
				sent_folder_uri, 0, &local_error);
606
			if (folder == NULL) {
606
			if (folder == NULL) {
607
				g_string_append_printf (
607
				g_string_append_printf (
608
					err, _("Failed to append to %s: %s\n"
608
					err, _("Failed to append to %s\n"
609
					"Appending to local 'Sent' folder instead."),
609
					"Appending to local 'Sent' folder instead."),
610
					sent_folder_uri, local_error->message);
610
					sent_folder_uri);
611
				g_clear_error (&local_error);
611
				g_clear_error (&local_error);
612
			}
612
			}
613
		}
613
		}

Return to bug 152255