From 6a99ce9981123734b5e2cb024be69903534eec49 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 5 Mar 2001 02:43:44 +0000 Subject: Make sure there is a space between the name and the address tokens. 2001-03-04 Jeffrey Stedfast * camel-internet-address.c (camel_internet_address_encode_address): Make sure there is a space between the name and the address tokens. svn path=/trunk/; revision=8551 --- camel/camel-internet-address.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel/camel-internet-address.c') diff --git a/camel/camel-internet-address.c b/camel/camel-internet-address.c index e97e9029eb..33900bb8f0 100644 --- a/camel/camel-internet-address.c +++ b/camel/camel-internet-address.c @@ -434,7 +434,7 @@ camel_internet_address_encode_address(int *inlen, const char *real, const char * g_string_append(out, name); len += strlen(name); } - addr = addra = g_strdup_printf("<%s>", addr); + addr = addra = g_strdup_printf(" <%s>", addr); } /* NOTE: Strictly speaking, we could and should split the -- cgit v1.2.3