aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-mime-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-mime-utils.c')
-rw-r--r--camel/camel-mime-utils.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/camel-mime-utils.c b/camel/camel-mime-utils.c
index 3e85f4127f..68af633c44 100644
--- a/camel/camel-mime-utils.c
+++ b/camel/camel-mime-utils.c
@@ -2584,6 +2584,8 @@ header_address_list_format_append(GString *out, struct _header_address *a)
break;
}
a = a->next;
+ if (a)
+ g_string_append(out, ", ");
}
}