aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format-html.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-format-html.c')
-rw-r--r--mail/em-format-html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-format-html.c b/mail/em-format-html.c
index 75ed9ff0ff..19e43c366c 100644
--- a/mail/em-format-html.c
+++ b/mail/em-format-html.c
@@ -1392,7 +1392,7 @@ efh_format_address (GString *out, struct _camel_header_address *a)
case CAMEL_HEADER_ADDRESS_NAME:
if (name && *name) {
char *real, *mailaddr;
-
+
g_string_append_printf (out, "%s <", name);
/* rfc2368 for mailto syntax and url encoding extras */
real = camel_header_encode_phrase(a->name);