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 ec39365552..bb46d73628 100644
--- a/mail/em-format-html.c
+++ b/mail/em-format-html.c
@@ -1540,7 +1540,7 @@ efh_format_address (EMFormatHTML *efh, GString *out, struct _camel_header_addres
break;
case CAMEL_HEADER_ADDRESS_GROUP:
g_string_append_printf (out, "%s: ", name);
- efh_format_address (efh, out, a->v.members, NULL);
+ efh_format_address (efh, out, a->v.members, field);
g_string_append_printf (out, ";");
break;
default: